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