Skip to main content

pause

since 0.9.4

Description​

Pauses the playback of the current song.

pause(): void

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.pause();