Package io.agora.rtc2
Class DirectCdnStreamingMediaOptions
java.lang.Object
io.agora.rtc2.DirectCdnStreamingMediaOptions
Deprecated.
v4.6.0.
The channel media options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.The custom video track id which will used to publish.Deprecated.Determines whether to publish the video of the camera track.Deprecated.Determines whether to publish the audio of the custom audio track.Deprecated.Determines whether to publish the video of the custom video track.Deprecated.Determines whether to publish the audio track of media player source.Deprecated.Determines which media player source should be published.Deprecated.Determines whether to publish the audio of the Microphonetrack. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.toString()Deprecated.
-
Field Details
-
publishCameraTrack
Deprecated.Determines whether to publish the video of the camera track. - true: Publish the video track of the camera capturer. - false: (Default) Do not publish the video track of the camera capturer. -
publishMicrophoneTrack
Deprecated.Determines whether to publish the audio of the Microphonetrack. - true: Publish the audio of the Microphone track. - false: (Default) Do not publish the audio of the Microphone track. -
publishCustomAudioTrack
Deprecated.Determines whether to publish the audio of the custom audio track. - true: Publish the audio of the custom audio track. - false: (Default) Do not publish the audio of the custom audio track. -
publishCustomVideoTrack
Deprecated.Determines whether to publish the video of the custom video track. - true: Publish the video of the custom video track. - false: (Default) Do not publish the video of the custom video track. -
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 custom video track id which will used to publish.
-
-
Constructor Details
-
DirectCdnStreamingMediaOptions
public DirectCdnStreamingMediaOptions()Deprecated.
-
-
Method Details
-
isPublishCameraTrack
Deprecated. -
isPublishMicrophoneTrack
Deprecated. -
isPublishCustomAudioTrack
Deprecated. -
isPublishCustomVideoTrack
Deprecated. -
isPublishMediaPlayerAudioTrack
Deprecated. -
getPublishMediaPlayerId
Deprecated. -
getCustomVideoTrackId
Deprecated. -
toString
Deprecated.
-