NERtcVideoFrame constructor
NERtcVideoFrame(- {required int width,
- required int height,
- required int rotation,
- required int format,
- required int timeStamp,
- required Uint8List data,
- int? strideY,
- int? strideU,
- int? strideV,
- int? textureId,
- List<double>? transformMatrix}
)
Implementation
NERtcVideoFrame(
{required this.width,
required this.height,
required this.rotation,
required this.format,
required this.timeStamp,
required this.data,
this.strideY,
this.strideU,
this.strideV,
this.textureId,
this.transformMatrix});