player
Description​
Gets access to the underling alphaTab.synth.IAlphaSynth
that is used for the audio playback.
playerJavaScript |
alphaTab('player')jQuery |
Player.net |
playerAndroid |
Types​
alphaTab.synth.IAlphaSynthJavaScript |
AlphaTab.Synth.IAlphaSynth.net |
alphaTab.synth.IAlphaSynthAndroid |
Examples​
- JavaScript
- jQuery
- C#
- Android
const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
setupPlayerEvents(api.settings);
setupPlayerEvents($('#alphaTab').alphaTab('player'));
var api = new AlphaTabApi<MyControl>(...);
SetupPlayerEvents(api.Player);
val api = AlphaTabApi<MyControl>(...)
setupPlayerEvents(api.player)