V2TXLiveVideoFrame class
Video frame information
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
- 
  Field Meaning: The format of the video data package
  getter/setter pair
- data ↔ Uint8List?
- 
  Field Meaning: Video data when bufferType is V2TXLiveBufferTypeNSData
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height ↔ int
- 
  Field Meaning: The height of the video
  getter/setter pair
- pixelFormat ↔ V2TXLivePixelFormat
- 
  Field Meaning: The pixel format of the video frame
  getter/setter pair
- rotation ↔ V2TXLiveRotation
- 
  Field Meaning: The clockwise rotation angle of the video frame
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- textureId ↔ int?
- 
  Field Meaning: The ID of the video texture
  getter/setter pair
- width ↔ int
- 
  Field Meaning: The width of the video
  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