Package io.agora.rtc2

Class DirectCdnStreamingMediaOptions

java.lang.Object
io.agora.rtc2.DirectCdnStreamingMediaOptions

@Deprecated public class DirectCdnStreamingMediaOptions extends Object
Deprecated.
v4.6.0.
The channel media options.
  • Field Details

    • publishCameraTrack

      public Boolean 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

      public Boolean 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

      public Boolean 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

      public Boolean 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

      public Boolean 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

      public Integer publishMediaPlayerId
      Deprecated.
      Determines which media player source should be published. This parameter get from function getMediaPlayerId() of AgoraMediaPlayer.
    • customVideoTrackId

      public Integer customVideoTrackId
      Deprecated.
      The custom video track id which will used to publish.
  • Constructor Details

    • DirectCdnStreamingMediaOptions

      public DirectCdnStreamingMediaOptions()
      Deprecated.
  • Method Details

    • isPublishCameraTrack

      public Boolean isPublishCameraTrack()
      Deprecated.
    • isPublishMicrophoneTrack

      public Boolean isPublishMicrophoneTrack()
      Deprecated.
    • isPublishCustomAudioTrack

      public Boolean isPublishCustomAudioTrack()
      Deprecated.
    • isPublishCustomVideoTrack

      public Boolean isPublishCustomVideoTrack()
      Deprecated.
    • isPublishMediaPlayerAudioTrack

      public Boolean isPublishMediaPlayerAudioTrack()
      Deprecated.
    • getPublishMediaPlayerId

      public Integer getPublishMediaPlayerId()
      Deprecated.
    • getCustomVideoTrackId

      public Integer getCustomVideoTrackId()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object