AndroidRecordConfig constructor
const
AndroidRecordConfig({
- bool useLegacy = false,
- bool muteAudio = false,
- bool manageBluetooth = true,
- AndroidAudioSource audioSource = AndroidAudioSource.defaultSource,
Implementation
const AndroidRecordConfig({
this.useLegacy = false,
this.muteAudio = false,
this.manageBluetooth = true,
this.audioSource = AndroidAudioSource.defaultSource,
});