HMSTrackUpdate enum Null safety
Track updates you will get when there is any change in the track
Constants
- defaultUpdate → const HMSTrackUpdate
-
const HMSTrackUpdate(7)
- trackAdded → const HMSTrackUpdate
-
const HMSTrackUpdate(0)
- trackDegraded → const HMSTrackUpdate
-
const HMSTrackUpdate(5)
- trackDescriptionChanged → const HMSTrackUpdate
-
const HMSTrackUpdate(4)
- trackMuted → const HMSTrackUpdate
-
when track is muted could be audio,video or both.
const HMSTrackUpdate(2)
- trackRemoved → const HMSTrackUpdate
-
when track is removed.
const HMSTrackUpdate(1)
- trackRestored → const HMSTrackUpdate
-
const HMSTrackUpdate(6)
- trackUnMuted → const HMSTrackUpdate
-
when track is unmuted could be audio,video or both.
const HMSTrackUpdate(3)
-
values
→ const List<
HMSTrackUpdate> -
A constant List of the values in this enum, in order of their declaration.
const List<
HMSTrackUpdate>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited