V2TXLiveTranscodingConfig constructor
V2TXLiveTranscodingConfig({})
Implementation
V2TXLiveTranscodingConfig(
{this.videoWidth = 360,
this.videoHeight = 640,
this.videoBitrate = 0,
this.videoFramerate = 15,
this.videoGOP = 2,
this.backgroundColor = 0x000000,
this.audioSampleRate = 48000,
this.audioBitrate = 64,
this.audioChannels = 1});