Exemplo n.º 1
0
 public ZegoMixerInput(string streamId, ZegoMixerInputContentType contentType, ZegoRect layout, uint soundLevelId)
 {
     this.streamId     = streamId;
     this.contentType  = contentType;
     this.layout       = layout;
     this.soundLevelId = soundLevelId;
 }
Exemplo n.º 2
0
 public ZegoMixerInput(string streamId, ZegoMixerInputContentType contentType, ZegoRect layout)
 {
     this.streamId    = streamId;
     this.contentType = contentType;
     this.layout      = layout;
 }