Skip to main content

isLooping

since 0.9.4
isLoopingJavaScriptIsLooping.netisLoopingAndroid

Description​

Whether the playback should automatically restart after it finished. This setting controls whether the playback should automatically restart after it finished to create a playback loop.

isLooping: boolean = false;

Examples​

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