IosTextToSpeechAudioCategory enum
Constants
- ambient → const IosTextToSpeechAudioCategory
-
Audio is silenced by screen lock and the silent switch; audio will mix with other apps' (mixable) audio.
const IosTextToSpeechAudioCategory(1)
- ambientSolo → const IosTextToSpeechAudioCategory
-
Audio is silenced by screen lock and the silent switch; audio will not mix with other apps' audio.
const IosTextToSpeechAudioCategory(0)
- playAndRecord → const IosTextToSpeechAudioCategory
-
The category for recording (input) and playback (output) of audio, such as for a Voice over Internet Protocol (VoIP) app. The default value.
const IosTextToSpeechAudioCategory(3)
- playback → const IosTextToSpeechAudioCategory
-
Audio is not silenced by screen lock or silent switch; audio will not mix with other apps' audio.
const IosTextToSpeechAudioCategory(2)
-
values
→ const List<
IosTextToSpeechAudioCategory> -
A constant List of the values in this enum, in order of their declaration.
const List<
IosTextToSpeechAudioCategory>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited