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 |
The AgoraMediaStreamInfo class, reporting the whole detailed information of the media stream.
|
readwritenonatomicassign |
The index of the media stream.
|
readwritenonatomicassign |
The type of the media stream. See AgoraMediaStreamType for details.
|
readwritenonatomiccopy |
The codec of the media stream.
|
readwritenonatomiccopy |
The language of the media stream.
|
readwritenonatomicassign |
For video stream, gets the frame rate (fps).
|
readwritenonatomicassign |
For video stream, gets the bitrate (bps).
|
readwritenonatomicassign |
For video stream, gets the width (pixel) of the video.
|
readwritenonatomicassign |
For video stream, gets the height (pixel) of the video.
|
readwritenonatomicassign |
For the audio stream, gets the sample rate (Hz).
|
readwritenonatomicassign |
For the audio stream, gets the channel number.
|
readwritenonatomicassign |
The total duration (s) of the media stream.
|
readwritenonatomicassign |
The rotation of the video stream.