Package io.agora.rtc2

Class DirectCdnStreamingMediaOptions

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

@Deprecated public class DirectCdnStreamingMediaOptions extends Object
Deprecated.
v4.6.0.
  • Field Details

    • publishCameraTrack

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

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

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

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

      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 video track ID returned by calling the `createCustomVideoTrack` method. The default value is 0.
  • 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