MixedStreamAudioConfig constructor
MixedStreamAudioConfig({
- MixedStreamAudioCodecType audioCodec = $p.MixedStreamAudioCodecType.aac,
- int bitrate = 64,
- int sampleRate = 48000,
- int channels = 2,
- MixedStreamAudioProfile audioProfile = $p.MixedStreamAudioProfile.lc,
Implementation
MixedStreamAudioConfig({
this.audioCodec = $p.MixedStreamAudioCodecType.aac,
this.bitrate = 64,
this.sampleRate = 48000,
this.channels = 2,
this.audioProfile = $p.MixedStreamAudioProfile.lc,
});