|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| BOOL | publishCameraTrack |
| BOOL | publishMicrophoneTrack |
| BOOL | publishCustomAudioTrack |
| BOOL | publishCustomVideoTrack |
| BOOL | publishMediaPlayerAudioTrack |
| NSInteger | publishMediaPlayerId |
| NSInteger | customVideoTrackId |
The cdn streaming media options.
|
readwritenonatomicassign |
Determines whether to publish the video of the camera track.
YES: Publish the video track of the camera capturer.NO: (Default) Do not publish the video track of the camera capturer.
|
readwritenonatomicassign |
Determines whether to publish the recorded audio.
YES: Publish the recorded audio.NO: (Default) Do not publish the recorded audio.
|
readwritenonatomicassign |
Determines whether to publish the audio of the custom audio track.
YES: Publish the audio of the custom audio track.NO: (Default) Do not publish the audio of the custom audio track.
|
readwritenonatomicassign |
Determines whether to publish the video of the custom video track.
YES: Publish the video of the custom video track.NO: (Default) Do not publish the video of the custom video track.
|
readwritenonatomicassign |
Determines whether to publish the audio track of media player source.
YES: Publish the audio track of media player source.NO: (Default) Do not publish the audio track of media player source.
|
readwritenonatomicassign |
Determines which media player source should be published. This parameter get from function getMediaPlayerId() of AgoraMediaPlayer.
|
readwritenonatomicassign |
The custom video track id which will used to publish.