Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
NSInteger | type |
int | width |
int | height |
int | yStride |
int | uStride |
int | vStride |
uint8_t *_Nullable | yBuffer |
uint8_t *_Nullable | uBuffer |
uint8_t *_Nullable | vBuffer |
int | rotation |
int64_t | renderTimeMs |
int | avSyncType |
CVPixelBufferRef _Nullable | pixelBuffer |
|
readwritenonatomicassign |
Video format:
|
readwritenonatomicassign |
The width of the Video frame.
|
readwritenonatomicassign |
The height of the video frame.
|
readwritenonatomicassign |
The line span of Y buffer in the YUV data.
|
readwritenonatomicassign |
The line span of U buffer in the YUV data.
|
readwritenonatomicassign |
The line span of V buffer in the YUV data.
|
readwritenonatomicassign |
The pointer to the Y buffer in the YUV data.
|
readwritenonatomicassign |
The pointer to the U buffer in the YUV data.
|
readwritenonatomicassign |
The pointer to the V buffer in the YUV data.
|
readwritenonatomicassign |
The clockwise rotation information of this frame. You can set it as 0, 90, 180 or 270.
|
readwritenonatomicassign |
The timestamp to render the video stream. Use this parameter for audio-video synchronization when rendering the video.
|
readwritenonatomicassign |
The type of audio-video synchronization.
|
readwritenonatomicassign |
CVPixelBuffer