Skip to main content

isReadyForPlayback

since 0.9.4
isReadyForPlaybackJavaScriptIsReadyForPlayback.netisReadyForPlaybackAndroid

Description​

Whether the player is ready for starting the playback. Gets whether the synthesizer is ready for playback. The player is ready for playback when all background workers are started, the audio output is initialized, a soundfont is loaded, and a song was loaded into the player as midi file.

readonly isReadyForPlayback: boolean;

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
if(api.isReadyForPlayback)) api.play();