NERtc iOS SDK  V4.4.301
属性 | 所有成员列表
NERtcVideoFrame类 参考

Video frame information 更多...

#import <NERtcEngineBase.h>

类 NERtcVideoFrame 继承关系图:

属性

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

属性说明

◆ buffer

- (void*) buffer
readwritenonatomicassign

Video data supports CVPixelBuffer and NSData.

◆ format

- (NERtcVideoFormatType) format
readwritenonatomicassign

The video frame format.

For more information, see NERtcVideoFormatType.

◆ height

- (uint32_t) height
readwritenonatomicassign

The Video width that contains the pixels of the video frame on the vertical axis.

◆ rotation

- (NERtcVideoRotationType) rotation
readwritenonatomicassign

The angle to which the video rotates in the clockwise direction.

For more information, see NERtcVideoRotationType.

◆ timestamp

- (uint64_t) timestamp
readwritenonatomicassign

The video timestamp.

Unit: milliseconds.

◆ width

- (uint32_t) width
readwritenonatomicassign

The video height that contains the pixels of the video frame on the horizontal axis.


该类的文档由以下文件生成: