NERtcVideoFrame Class Reference

Inherits from NSObject
Declared in NERtcEngineBase.h

Overview

视频帧信息

  format

视频帧格式,详细信息请参考 NERtcVideoFormatType。

@property (nonatomic, assign) NERtcVideoFormatType format

Discussion

视频帧格式,详细信息请参考 NERtcVideoFormatType。

Declared In

NERtcEngineBase.h

  timestamp

视频时间戳,单位为毫秒。

@property (nonatomic, assign) uint64_t timestamp

Discussion

视频时间戳,单位为毫秒。

Declared In

NERtcEngineBase.h

  width

视频高,即视频帧在横轴上的像素。

@property (nonatomic, assign) uint32_t width

Discussion

视频高,即视频帧在横轴上的像素。

Declared In

NERtcEngineBase.h

  height

视频宽,即视频帧在纵轴上的像素。

@property (nonatomic, assign) uint32_t height

Discussion

视频宽,即视频帧在纵轴上的像素。

Declared In

NERtcEngineBase.h

  rotation

视频顺时针旋转角度。详细信息请参考 NERtcVideoRotationType。

@property (nonatomic, assign) NERtcVideoRotationType rotation

Discussion

视频顺时针旋转角度。详细信息请参考 NERtcVideoRotationType。

Declared In

NERtcEngineBase.h

  buffer

视频数据,支持 CVPixelBuffer、NSData的bytes。

@property (nonatomic) void *buffer

Discussion

视频数据,支持 CVPixelBuffer、NSData的bytes。

Declared In

NERtcEngineBase.h