AppleAudioSessionConfiguration class

Annotations

Constructors

AppleAudioSessionConfiguration({AppleAudioCategory? category, Set<AppleAudioCategoryOption>? categoryOptions, AppleAudioMode? mode})
const

Properties

category AppleAudioCategory?
AVAudioSession category.
final
categoryOptions Set<AppleAudioCategoryOption>?
AVAudioSession category options.
final
hashCode int
The hash code for this object.
no setterinherited
mode AppleAudioMode?
AVAudioSession mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ValueOrAbsent<AppleAudioCategory?> category = const ValueOrAbsent.absent(), ValueOrAbsent<Set<AppleAudioCategoryOption>?> categoryOptions = const ValueOrAbsent.absent(), ValueOrAbsent<AppleAudioMode?> mode = const ValueOrAbsent.absent()}) AppleAudioSessionConfiguration
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

communication → const AppleAudioSessionConfiguration
media → const AppleAudioSessionConfiguration