PlayerState enum

File player State

Inheritance
Available extensions

Values

started → const PlayerState

Player started

const PlayerState(SiprixVoipSdk.kPlayerStateStarted, "Started")
stoppped → const PlayerState

Player stopped

const PlayerState(SiprixVoipSdk.kPlayerStateStopped, "Stopped")
failed → const PlayerState

Player failed

const PlayerState(SiprixVoipSdk.kPlayerStateFailed, "Failed")

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
Plater state id (one of the SiprixVoipSdk.kPlayerState*)
final
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
Plater state name
final
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

Static Methods

from(int val) PlayerState
Returns player state which matches specified int value

Constants

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