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,
});