VideoFrame constructor
VideoFrame({})
Implementation
VideoFrame({
this.width,
this.height,
this.rotation,
this.format,
this.timeStamp,
this.data,
this.strideY,
this.strideU,
this.strideV,
this.textureId,
this.transformMatrix,
});