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 | renderTimeMs |
NSInteger | internalSendTs |
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 |
The timestamp for rendering the video.
|
readwritenonatomicassign |
Use this timestamp for audio and video sync. You can get this timestamp from the OnEncodedVideoImageReceived
callback when encodedFrameOnly
is true
.
|
readwritenonatomicassign |
ID of the user.
|
readwritenonatomicassign |
The stream type of video frame.