|
NERtc iOS SDK
V4.4.301
|
Video frame information 更多...
#import <NERtcEngineBase.h>
属性 | |
| NERtcVideoFormatType | format |
| The video frame format. 更多... | |
| uint64_t | timestamp |
| The video timestamp. 更多... | |
| uint32_t | width |
| The video height that contains the pixels of the video frame on the horizontal axis. 更多... | |
| uint32_t | height |
| The Video width that contains the pixels of the video frame on the vertical axis. 更多... | |
| NERtcVideoRotationType | rotation |
| The angle to which the video rotates in the clockwise direction. 更多... | |
| void * | buffer |
| Video data supports CVPixelBuffer and NSData. 更多... | |
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.
|
readwritenonatomicassign |
The video timestamp.
Unit: milliseconds.
|
readwritenonatomicassign |
The video height that contains the pixels of the video frame on the horizontal axis.