Agora Java API Reference for Android
|
#include <IAgoraRtcEngine.h>
Public Member Functions | |
void | SetAll (const DirectCdnStreamingMediaOptions &change) |
bool | operator== (const DirectCdnStreamingMediaOptions &o) const |
DirectCdnStreamingMediaOptions & | operator= (const DirectCdnStreamingMediaOptions &replace) |
Static Public Member Functions | |
template<typename T > | |
static void | SetFrom (Optional< T > *s, const Optional< T > &o) |
template<typename T > | |
static void | ReplaceBy (Optional< T > *s, const Optional< T > &o) |
Public Attributes | |
Optional< bool > | publishCameraTrack |
Optional< bool > | publishMicrophoneTrack |
Optional< bool > | publishCustomAudioTrack |
Optional< bool > | publishCustomVideoTrack |
The channel media options.
Optional<bool> agora::rtc::DirectCdnStreamingMediaOptions::publishCameraTrack |
Determines whether to publish the video of the camera track.
Optional<bool> agora::rtc::DirectCdnStreamingMediaOptions::publishMicrophoneTrack |
Determines whether to publish the recorded audio.
Optional<bool> agora::rtc::DirectCdnStreamingMediaOptions::publishCustomAudioTrack |
Determines whether to publish the audio of the custom audio track.
Optional<bool> agora::rtc::DirectCdnStreamingMediaOptions::publishCustomVideoTrack |
Determines whether to publish the video of the custom video track.