TRTCImageBuffer constructor

TRTCImageBuffer(
  1. {Uint8List? buffer,
  2. int length = 0,
  3. int width = 0,
  4. int height = 0}
)

Implementation

TRTCImageBuffer({
  this.buffer,
  this.length = 0,
  this.width = 0,
  this.height = 0,
});