Package io.agora.rtc2
Class DirectCdnStreamingMediaOptions
java.lang.Object
io.agora.rtc2.DirectCdnStreamingMediaOptions
Deprecated.
v4.6.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.The video track ID returned by calling the `createCustomVideoTrack` method.Deprecated.Sets whether to publish the video captured by the camera: - `true`: Publish the video captured by the camera.Deprecated.Sets whether to publish the captured audio from a custom source: - `true`: Publish the captured audio from a custom source.Deprecated.Sets whether to publish the captured video from a custom source: - `true`: Publish the captured video from a custom source.Deprecated.Determines whether to publish the audio track of media player source.Deprecated.Determines which media player source should be published.Deprecated.Sets whether to publish the audio captured by the microphone: - `true`: Publish the audio captured by the microphone. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.toString()Deprecated.
-
Field Details
-
publishCameraTrack
Deprecated.Sets whether to publish the video captured by the camera: - `true`: Publish the video captured by the camera. - `false`: (Default) Do not publish the video captured by the camera. -
publishMicrophoneTrack
Deprecated.Sets whether to publish the audio captured by the microphone: - `true`: Publish the audio captured by the microphone. - `false`: (Default) Do not publish the audio captured by the microphone. -
publishCustomAudioTrack
Deprecated.Sets whether to publish the captured audio from a custom source: - `true`: Publish the captured audio from a custom source. - `false`: (Default) Do not publish the captured audio from the custom source. -
publishCustomVideoTrack
Deprecated.Sets whether to publish the captured video from a custom source: - `true`: Publish the captured video from a custom source. - `false`: (Default) Do not publish the captured video from the custom source. -
publishMediaPlayerAudioTrack
Deprecated.Determines whether to publish the audio track of media player source. - true: Publish the audio track of media player source. - false: (Default) Do not publish the audio track of media player source. -
publishMediaPlayerId
Deprecated.Determines which media player source should be published. This parameter get from function getMediaPlayerId() of AgoraMediaPlayer. -
customVideoTrackId
Deprecated.The video track ID returned by calling the `createCustomVideoTrack` method. The default value is 0.
-
-
Constructor Details
-
DirectCdnStreamingMediaOptions
public DirectCdnStreamingMediaOptions()Deprecated.
-
-
Method Details
-
isPublishCameraTrack
Deprecated. -
isPublishMicrophoneTrack
Deprecated. -
isPublishCustomAudioTrack
Deprecated. -
isPublishCustomVideoTrack
Deprecated. -
isPublishMediaPlayerAudioTrack
Deprecated. -
getPublishMediaPlayerId
Deprecated. -
getCustomVideoTrackId
Deprecated. -
toString
Deprecated.
-