AVAudioSessionPortDescription class

Constructors

AVAudioSessionPortDescription({required MethodChannel channel, required String portName, required AVAudioSessionPort portType, required List<AVAudioSessionChannelDescription> channels, required String uid, required bool hasHardwareVoiceCallProcessing, required List<AVAudioSessionDataSourceDescription>? dataSources, required AVAudioSessionDataSourceDescription? selectedDataSource, required AVAudioSessionDataSourceDescription? preferredDataSource})

Properties

channels List<AVAudioSessionChannelDescription>
final
dataSources List<AVAudioSessionDataSourceDescription>?
final
hasHardwareVoiceCallProcessing bool
final
hashCode int
The hash code for this object.
no setteroverride
portName String
final
portType AVAudioSessionPort
final
preferredDataSource AVAudioSessionDataSourceDescription?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDataSource AVAudioSessionDataSourceDescription?
final
uid String
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.
override