alphaTab.synth.PlayerStateChangedEventArgs
Represents the info when the player state changes.
class PlayerStateChangedEventArgsProperties​
state​
The new state of the player.
- JavaScript
- C#
- Kotlin
stopped​
Gets a value indicating whether the playback was stopped or only paused.
- JavaScript
- C#
- Kotlin
readonly stopped: boolean;bool Stopped { get; }val stopped: Boolean