VeLivePlayerVideoFrame constructor

VeLivePlayerVideoFrame({
  1. VeLivePlayerVideoBufferType? bufferType,
  2. VeLivePlayerPixelFormat? pixelFormat,
  3. int? width,
  4. int? height,
  5. int? pts,
})

Implementation

VeLivePlayerVideoFrame({
  this.bufferType,
  this.pixelFormat,
  this.width,
  this.height,
  this.pts,
});