LocalTrackState enum

Possible states of a LocalMediaTrack.

Inheritance
Available extensions

Values

disabling → const LocalTrackState

Transitioning to LocalTrackState.disabled.

disabled → const LocalTrackState

Not being sent.

enabling → const LocalTrackState

Transitioning to LocalTrackState.enabled.

enabled → const LocalTrackState

Captured and sent to the remote.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isEnabled bool

Available on LocalTrackState, provided by the LocalTrackStateImpl extension

Indicates whether the current value is LocalTrackState.enabled or LocalTrackState.enabling.
no setter
isTransition bool

Available on LocalTrackState, provided by the LocalTrackStateImpl extension

Indicates whether the current value is LocalTrackState.enabling or LocalTrackState.disabling.
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<LocalTrackState>
A constant List of the values in this enum, in order of their declaration.