|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSInteger | streamIndex |
| AgoraMediaStreamType | streamType |
| NSString *_Nonnull | codecName |
| NSString *_Nullable | language |
| NSInteger | videoFrameRate |
| NSInteger | videoBitRate |
| NSInteger | videoWidth |
| NSInteger | videoHeight |
| NSInteger | audioSampleRate |
| NSInteger | audioChannels |
| NSInteger | duration |
| NSInteger | rotation |
|
readwritenonatomicassign |
The index of the media stream.
|
readwritenonatomicassign |
The type of the media stream. See AgoraMediaStreamType.
|
readwritenonatomiccopy |
The codec of the media stream.
|
readwritenonatomiccopy |
The language of the media stream.
|
readwritenonatomicassign |
This parameter only takes effect for video streams, and indicates the video frame rate (fps).
|
readwritenonatomicassign |
This parameter only takes effect for video streams, and indicates the video bitrate (bps).
|
readwritenonatomicassign |
This parameter only takes effect for video streams, and indicates the video width (pixel).
|
readwritenonatomicassign |
This parameter only takes effect for video streams, and indicates the video height (pixel).
|
readwritenonatomicassign |
This parameter only takes effect for audio streams, and indicates the audio sample rate (Hz).
|
readwritenonatomicassign |
This parameter only takes effect for audio streams, and indicates the audio channel number.
|
readwritenonatomicassign |
The total duration (ms) of the media stream.
|
readwritenonatomicassign |
This parameter only takes effect for video streams, and indicates the video rotation angle.