SessionCategory enum Null safety
Constants
- ambient → const SessionCategory
-
const SessionCategory(0)
- audioProcessing → const SessionCategory
-
const SessionCategory(6)
- multiRoute → const SessionCategory
-
const SessionCategory(1)
- playAndRecord → const SessionCategory
-
const SessionCategory(2)
- playback → const SessionCategory
-
const SessionCategory(3)
- record → const SessionCategory
-
const SessionCategory(4)
- soloAmbient → const SessionCategory
-
const SessionCategory(5)
-
values
→ const List<
SessionCategory> -
A constant List of the values in this enum, in order of their declaration.
const List<
SessionCategory>
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. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited