Skip to main content

alphaTab.synth.PlayerStateChangedEventArgs

Represents the info when the player state changes.

 class PlayerStateChangedEventArgs

Properties​

state​

The new state of the player.

readonly state: PlayerState;

stopped​

Gets a value indicating whether the playback was stopped or only paused.

readonly stopped: boolean;