AndroidAudioDeviceInfo class

Constructors

AndroidAudioDeviceInfo({required int id, required String productName, required String? address, required bool isSource, required bool isSink, required List<int> sampleRates, required List<int> channelMasks, required List<int> channelIndexMasks, required List<int> channelCounts, required List<int> encodings, required AndroidAudioDeviceType type})

Properties

address String?
final
channelCounts List<int>
final
channelIndexMasks List<int>
final
channelMasks List<int>
final
encodings List<int>
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isSink bool
final
isSource bool
final
productName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRates List<int>
final
type AndroidAudioDeviceType
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