MediaDeviceStateType enum

Media device states.

Inheritance

Constructors

MediaDeviceStateType()
const

Values

MediaDeviceStateIdle → const MediaDeviceStateType

0: The device is ready for use.

MediaDeviceStateActive → const MediaDeviceStateType

1: The device is in use.

MediaDeviceStateDisabled → const MediaDeviceStateType

2: The device is disabled.

MediaDeviceStateNotPresent → const MediaDeviceStateType

4: The device is not found.

MediaDeviceStateUnplugged → const MediaDeviceStateType

8: The device is unplugged.

MediaDeviceStateUnrecommended → const MediaDeviceStateType

16: The device is not recommended.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<MediaDeviceStateType>
A constant List of the values in this enum, in order of their declaration.