NERtcVideoFrame constructor
NERtcVideoFrame({})
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});