AVAudioSessionDataSourceDescription class

Constructors

AVAudioSessionDataSourceDescription({required MethodChannel channel, required int id, required String name, required AVAudioSessionLocation? location, required AVAudioSessionOrientation? orientation, required AVAudioSessionPolarPattern? selectedPolarPattern, required List<AVAudioSessionPolarPattern>? supportedPolarPatterns, required AVAudioSessionPolarPattern? preferredPolarPattern})

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
final
location AVAudioSessionLocation?
final
name String
final
orientation AVAudioSessionOrientation?
final
preferredPolarPattern AVAudioSessionPolarPattern?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedPolarPattern AVAudioSessionPolarPattern?
final
supportedPolarPatterns List<AVAudioSessionPolarPattern>?
final

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