V2TXLiveTranscodingConfig constructor

V2TXLiveTranscodingConfig({
  1. int videoWidth = 360,
  2. int videoHeight = 640,
  3. int videoBitrate = 0,
  4. int videoFramerate = 15,
  5. int videoGOP = 2,
  6. int backgroundColor = 0x000000,
  7. int audioSampleRate = 48000,
  8. int audioBitrate = 64,
  9. int audioChannels = 1,
})

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