NERtc iOS SDK V4.6.10
|
Video frame information More...
#import <NERtcEngineBase.h>
Properties | |
NERtcVideoFormatType | format |
The video frame format. More... | |
uint64_t | timestamp |
The video timestamp. More... | |
uint32_t | width |
The video height that contains the pixels of the video frame on the horizontal axis. More... | |
uint32_t | height |
The Video width that contains the pixels of the video frame on the vertical axis. More... | |
NERtcVideoRotationType | rotation |
The angle to which the video rotates in the clockwise direction. More... | |
void * | buffer |
Video data supports CVPixelBuffer and NSData. More... | |
NSArray< NSNumber * > * | strides |
Line spacing of the plane(s) in video frame.Currently this parameter is only useful when using external video renderer. More... | |
Video frame information
|
readwritenonatomicassign |
Video data supports CVPixelBuffer and NSData.
|
readwritenonatomicassign |
The video frame format.
For more information, see NERtcVideoFormatType
.
|
readwritenonatomicassign |
The Video width that contains the pixels of the video frame on the vertical axis.
|
readwritenonatomicassign |
The angle to which the video rotates in the clockwise direction.
For more information, see NERtcVideoRotationType
.
|
readwritenonatomicstrong |
Line spacing of the plane(s) in video frame.Currently this parameter is only useful when using external video renderer.
|
readwritenonatomicassign |
The video timestamp.
Unit: milliseconds.
|
readwritenonatomicassign |
The video height that contains the pixels of the video frame on the horizontal axis.