|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| VIDEO_CODEC_TYPE | codecType |
| int | width |
| int | height |
| int | framesPerSecond |
| VIDEO_FRAME_TYPE | frameType |
| VIDEO_ORIENTATION | rotation |
| int | trackId |
| int64_t | captureTimeMs |
| int64_t | decodeTimeMs |
| VIDEO_STREAM_TYPE | streamType |
|
inline |
|
inline |
|
inline |
| VIDEO_CODEC_TYPE codecType |
The codec type of the local video stream. See VIDEO_CODEC_TYPE. The default value is VIDEO_CODEC_H264 (2).
| int width |
Width (pixel) of the video frame.
| int height |
Height (pixel) of the video frame.
| int framesPerSecond |
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.
| VIDEO_FRAME_TYPE frameType |
The video frame type. See VIDEO_FRAME_TYPE.
| VIDEO_ORIENTATION rotation |
The rotation information of the video frame. See VIDEO_ORIENTATION.
| int trackId |
Reserved for future use.
| int64_t captureTimeMs |
The Unix timestamp (ms) for capturing the external encoded video frames.
| int64_t decodeTimeMs |
The Unix timestamp (ms) for decoding the external encoded video frames.
| VIDEO_STREAM_TYPE streamType |
The type of video streams. See VIDEO_STREAM_TYPE.
| int64_t presentationMs |