TranscodingUser constructor

最近更新时间:2022-09-20 05:17:40

TranscodingUser(
    String uid,
    int x,
    int y,
    {int width,
    int height,
    int zOrder,
    double alpha,
    AudioChannel audioChannel}
)

Constructs a TranscodingUser

Implementation

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