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