V2TXLiveVideoFrame constructor

V2TXLiveVideoFrame({
  1. required V2TXLivePixelFormat pixelFormat,
  2. required V2TXLiveBufferType bufferType,
  3. required int width,
  4. required int height,
  5. V2TXLiveRotation rotation = V2TXLiveRotation.v2TXLiveRotation0,
  6. Uint8List? data,
  7. int? textureId,
})

Implementation

V2TXLiveVideoFrame(
    {required this.pixelFormat,
    required this.bufferType,
    required this.width,
    required this.height,
    this.rotation = V2TXLiveRotation.v2TXLiveRotation0,
    this.data,
    this.textureId});