IosAudioCategoryOptions enum
iOS - Constants that specify optional audio behaviors.
https://developer.apple.com/documentation/avfaudio/avaudiosession/categoryoptions
Values
- mixWithOthers → const IosAudioCategoryOptions
-
An option that indicates whether audio from this session mixes with audio from active sessions in other audio apps.
- duckOthers → const IosAudioCategoryOptions
-
An option that reduces the volume of other audio sessions while audio from this session plays.
- interruptSpokenAudioAndMixWithOthers → const IosAudioCategoryOptions
-
An option that determines whether to pause spoken audio content from other sessions when your app plays its audio.
- allowBluetooth → const IosAudioCategoryOptions
-
An option that determines whether Bluetooth hands-free devices appear as available input routes.
- allowBluetoothA2DP → const IosAudioCategoryOptions
-
An option that determines whether you can stream audio from this session to Bluetooth devices that support the Advanced Audio Distribution Profile (A2DP).
- allowAirPlay → const IosAudioCategoryOptions
-
An option that determines whether you can stream audio from this session to AirPlay devices.
- defaultToSpeaker → const IosAudioCategoryOptions
-
An option that determines whether audio from the session defaults to the built-in speaker instead of the receiver.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
IosAudioCategoryOptions> - A constant List of the values in this enum, in order of their declaration.