TranscodingUser constructor

TranscodingUser(
  1. int uid, {
  2. int? x,
  3. int? y,
  4. int? width,
  5. int? height,
  6. int? zOrder,
  7. double? alpha,
  8. AudioChannel? audioChannel,
})

Constructs the TranscodingUser.

Implementation

TranscodingUser(
  this.uid, {
  this.x,
  this.y,
  this.width,
  this.height,
  this.zOrder,
  this.alpha,
  this.audioChannel,
});