AudioRoutingConfig constructor
const
AudioRoutingConfig({
- required RouteConfigEntry defaultRoute,
- RouteConfigEntry? carAudio,
- RouteConfigEntry? builtInReceiver,
- RouteConfigEntry? builtInSpeaker,
- RouteConfigEntry? bluetoothA2DP,
- RouteConfigEntry? bluetoothHFP,
- RouteConfigEntry? headphones,
Creates an audio routing configuration.
Implementation
const AudioRoutingConfig({
required this.defaultRoute,
this.carAudio,
this.builtInReceiver,
this.builtInSpeaker,
this.bluetoothA2DP,
this.bluetoothHFP,
this.headphones,
});