IosRecorderConfiguration
iOS specific configuration for recording.
Properties
-
manage_audio_session(bool) –Whether to manage the shared AVAudioSession.
-
options(list[IosAudioCategoryOption]) –Optional audio behaviors.
Properties#
manage_audio_session
class-attribute
instance-attribute
#
manage_audio_session: bool = True
Whether to manage the shared AVAudioSession.
Set this to False if another plugin is
already managing the AVAudioSession.
options
class-attribute
instance-attribute
#
options: list[IosAudioCategoryOption] = field(
default_factory=lambda: [
DEFAULT_TO_SPEAKER,
ALLOW_BLUETOOTH,
ALLOW_BLUETOOTH_A2DP,
]
)
Optional audio behaviors.