public ZegoMixerInput(string streamId, ZegoMixerInputContentType contentType, ZegoRect layout, uint soundLevelId) { this.streamId = streamId; this.contentType = contentType; this.layout = layout; this.soundLevelId = soundLevelId; }
public ZegoMixerInput(string streamId, ZegoMixerInputContentType contentType, ZegoRect layout) { this.streamId = streamId; this.contentType = contentType; this.layout = layout; }