MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / play

Method play

packages/alphatab/src/AlphaTabApiBase.ts:1964–1966  ·  view source on GitHub ↗

* Starts the playback of the current song. * @returns true if the playback was started, otherwise false. Reasons for not starting can be that the player is not ready or already playing. * @category Methods - Player * @since 0.9.4 * * @example * JavaScript * ```js

()

Source from the content-addressed store, hash-verified

1962 * ```
1963 */
1964 public play(): boolean {
1965 return this._player.play();
1966 }
1967
1968 /**
1969 * Pauses the playback of the current song.

Callers

nothing calls this directly

Calls 1

playMethod · 0.65

Tested by

no test coverage detected