alphaTab.PlayerMode
Description
Lists the different modes how the internal alphaTab player (and related cursor behavior) is working.
Enum Members
Name | Numeric Value | Description |
---|---|---|
Disabled | 0 | The player functionality is fully disabled. |
EnabledAutomatic | 1 | The player functionality is enabled. If the loaded file provides a backing track, it is used for playback. If no backing track is provided, the midi synthesizer is used. |
EnabledSynthesizer | 2 | The player functionality is enabled and the synthesizer is used (even if a backing track is embedded in the file). |
EnabledBackingTrack | 3 | The player functionality is enabled. If the input data model has no backing track configured, the player might not work as expected (as playback completes instantly). |
EnabledExternalMedia | 4 | The player functionality is enabled and an external audio/video source is used as time axis. The related player APIs need to be used to update the current position of the external audio source within alphaTab. |