web-music-score - v6.4.0-pre.9
    Preparing search index...

    Class Player

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Bind this player to custom HTML element.

      Parameters

      • elem: string | HTMLElement

        HTML element id or element.

      Returns boolean

      • Boolean whether bind was succesfull.
    • Pause playback of attached document.

      Returns Player

      • This player instance.
    • Playe attached document.

      Returns Player

      • This player instance.
    • Stop playback of attached document.

      Returns Player

      • This player instance.
    • Unbind this player from custom HTML element.

      Parameters

      • elem: string | HTMLElement

        HTML element id or element.

      Returns boolean

      • Boolean whether unbind was succesfull.
    • Stop all playing.

      Returns void