V2TXLiveMixStream constructor

V2TXLiveMixStream({
  1. required String userId,
  2. int x = 0,
  3. int y = 0,
  4. int width = 360,
  5. int height = 640,
  6. int zOrder = 1,
  7. V2TXLiveMixInputType inputType = V2TXLiveMixInputType.v2TXLiveMixInputTypeAudioVideo,
})

Implementation

V2TXLiveMixStream({
  required this.userId,
  this.x = 0,
  this.y = 0,
  this.width = 360,
  this.height = 640,
  this.zOrder = 1,
  this.inputType = V2TXLiveMixInputType.v2TXLiveMixInputTypeAudioVideo,
});