VeLivePlayerVideoFrame constructor
VeLivePlayerVideoFrame({
- VeLivePlayerVideoBufferType? bufferType,
- VeLivePlayerPixelFormat? pixelFormat,
- int? width,
- int? height,
- int? pts,
Implementation
VeLivePlayerVideoFrame({
this.bufferType,
this.pixelFormat,
this.width,
this.height,
this.pts,
});