|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| BOOL | publishCameraTrack |
| BOOL | publishMicrophoneTrack |
| BOOL | publishCustomAudioTrack |
| BOOL | publishCustomVideoTrack |
| BOOL | publishMediaPlayerAudioTrack |
| NSInteger | publishMediaPlayerId |
| NSInteger | customVideoTrackId |
|
readwritenonatomicassign |
Sets whether to publish the video captured by the camera:
YES: Publish the video captured by the camera.NO: (Default) Do not publish the video captured by the camera.
|
readwritenonatomicassign |
Sets whether to publish the audio captured by the microphone:
YES: Publish the audio captured by the microphone.NO: (Default) Do not publish the audio captured by the microphone.
|
readwritenonatomicassign |
Sets whether to publish the captured audio from a custom source:
YES: Publish the captured audio from a custom source.NO: (Default) Do not publish the captured audio from the custom source.
|
readwritenonatomicassign |
Sets whether to publish the captured video from a custom source:
YES: Publish the captured video from a custom source.NO: (Default) Do not publish the captured video from the custom source.
|
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 video track ID returned by calling the createCustomVideoTrack method. The default value is 0.