alphaTab.synth.IExternalMediaHandler
Description
A custom handler for integrating alphaTab with an external media source.
interface IExternalMediaHandler
Properties
backingTrackDuration | The total duration of the backing track in milliseconds. |
masterVolume | The volume at which the output should play (0-1) |
playbackRate | The playback rate at which the output should playback. |
Methods
pause() | Instructs the external media to pause the playback. |
play() | Instructs the external media to start the playback. |
seekTo(number) | Instructs the output to seek to the given time position. |