NERoomVideoFrame
@objcMembers
public class NERoomVideoFrame : NSObject
视频帧信息
-
视频数据
支持 CVPixelBuffer
Declaration
Swift
public var buffer: UnsafeMutableRawPointer?
-
视频帧格式
详细信息请参考 {@link NERoomVideoFormatType}。
Declaration
Swift
public var format: NERoomVideoFormatType
-
视频时间戳
单位为毫秒
Declaration
Swift
public var timestamp: UInt64
-
视频的高
即视频帧在横轴上的像素
Declaration
Swift
public var width: UInt32
-
视频的宽
即视频帧在纵轴上的像素
Declaration
Swift
public var height: UInt32
-
视频顺时针旋转角度
详细信息请参考 {@link NERoomVideoRotationType}。
Declaration
Swift
public var rotation: NERoomVideoRotationType
-
视频帧各平面的行间距
目前该参数仅在外部渲染视频的场景下有实际意义
Declaration
Swift
public var strides: [NSNumber]?