Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
AgoraVideoCodecType | codecType |
NSInteger | width |
NSInteger | height |
NSInteger | framesPerSecond |
AgoraVideoFrameType | frameType |
NSInteger | rotation |
NSInteger | trackId |
NSInteger | captureTimeMs |
NSInteger | uid |
AgoraVideoStreamType | streamType |
The configurations for the audio encoded freame.
|
readwritenonatomicassign |
The video codec: #VIDEO_CODEC_TYPE.
|
readwritenonatomicassign |
The width (px) of the video.
|
readwritenonatomicassign |
The height (px) of the video.
|
readwritenonatomicassign |
The number of video frames per second. This value will be used for calculating timestamps of the encoded image. If framesPerSecond equals zero, then real timestamp will be used. Otherwise, timestamp will be adjusted to the value of framesPerSecond set.
|
readwritenonatomicassign |
The frame type of the encoded video frame: #VIDEO_FRAME_TYPE.
|
readwritenonatomicassign |
The rotation information of the encoded video frame: #VIDEO_ORIENTATION.
|
readwritenonatomicassign |
The track ID of the video frame.
|
readwritenonatomicassign |
This is a input parameter which means the timestamp for capturing the video.
|
readwritenonatomicassign |
ID of the user.
|
readwritenonatomicassign |
The stream type of video frame.