snd_pcm_state_t class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- SND_PCM_STATE_DISCONNECTED → const int
- SND_PCM_STATE_DRAINING → const int
- SND_PCM_STATE_LAST → const int
- SND_PCM_STATE_OPEN → const int
- SND_PCM_STATE_PAUSED → const int
- SND_PCM_STATE_PREPARED → const int
- SND_PCM_STATE_PRIVATE1 → const int
- SND_PCM_STATE_RUNNING → const int
- SND_PCM_STATE_SETUP → const int
- SND_PCM_STATE_SUSPENDED → const int
- SND_PCM_STATE_XRUN → const int