V2TXLiveVideoFrame class

Constructors

V2TXLiveVideoFrame({required V2TXLivePixelFormat pixelFormat, required V2TXLiveBufferType bufferType, required int width, required int height, V2TXLiveRotation rotation = V2TXLiveRotation.v2TXLiveRotation0, Uint8List? data, int? textureId})

Properties

bufferType V2TXLiveBufferType
【字段含义】视频数据包装格式 【推荐取值】V2TXLiveBufferTypePixelBuffer
getter/setter pair
data Uint8List?
【字段含义】bufferType 为 V2TXLiveBufferTypeNSData 时的视频数据
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
【字段含义】视频高度
getter/setter pair
pixelFormat V2TXLivePixelFormat
【字段含义】视频帧像素格式 【推荐取值】V2TXLivePixelFormatNV12
getter/setter pair
rotation V2TXLiveRotation
【字段含义】视频帧的顺时针旋转角度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureId int?
【字段含义】视频纹理ID
getter/setter pair
width int
【字段含义】视频宽度
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited