AudioDeviceInfo class

Constructors

AudioDeviceInfo({required String id, required StreamType streamType, required DeviceType deviceType, required String displayName, required String deviceName, required bool isActive, required int level, String? stableDeviceId})
AudioDeviceInfo.fromJS(AudioDeviceInfo _wrapped)

Properties

deviceName String
Device name.
getter/setter pair
deviceType DeviceType
Type of the device.
getter/setter pair
displayName String
The user-friendly name (e.g. "USB Microphone").
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the audio device.
getter/setter pair
isActive bool
True if this is the current active device.
getter/setter pair
level int
The sound level of the device, volume for output, gain for input.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stableDeviceId String?
The stable/persisted device id string when available.
getter/setter pair
streamType StreamType
Stream type associated with this device.
getter/setter pair
toJS → AudioDeviceInfo
no setter

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