Skip to content

private _isPlaying #39

@Neimhin

Description

@Neimhin

It would be handy to be able to play if paused or pause if played e.g.:

in NgWaveformComponent

togglePlayback() {
    this._isPlaying() ?
        this.pause() :
        this.play()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions