|
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 | decodeTimeMs |
| AgoraVideoStreamType | streamType |
|
readwritenonatomicassign |
The codec type of the local video stream. See AgoraVideoCodecType. The default value is AgoraVideoCodecTypeH264 (2).
|
readwritenonatomicassign |
Width (pixel) of the video frame.
|
readwritenonatomicassign |
Height (pixel) of the video frame.
|
readwritenonatomicassign |
The number of video frames per second. When this parameter is not 0, you can use it to calculate the Unix timestamp of externally encoded video frames.
|
readwritenonatomicassign |
The video frame type. See AgoraVideoFrameType.
|
readwritenonatomicassign |
The rotation information of the video frame. See AgoraVideoRotation.
|
readwritenonatomicassign |
Reserved for future use.
|
readwritenonatomicassign |
The Unix timestamp (ms) for capturing the external encoded video frames.
|
readwritenonatomicassign |
This is a output parameter which means the timestamp for decoding the video.
|
readwritenonatomicassign |
The type of video streams. See AgoraVideoStreamType.