Octra libraries - v2.0.0
    Preparing search index...

    Class HtmlAudioPlayerComponent

    Implements

    • AfterViewInit
    • OnChanges
    • OnDestroy
    • OnInit
    Index

    Constructors

    Properties

    _audioElement?: ElementRef
    _buffered?: ElementRef
    _currentDurEl?: ElementRef
    _currentTimeEl?: ElementRef
    _progress?: ElementRef
    _progressContainerEl?: ElementRef
    preload?: "metadata" | "auto" | "none" = 'metadata'
    state: { speed: string; status: OctraHTMLAudioPlayerStatus } = ...
    type?: string
    url?: string

    Accessors

    Methods

    • A callback method that is invoked immediately after the default change detector has checked data-bound properties if at least one has changed, and before the view and content children are checked.

      Parameters

      • changes: { [propName: string]: SimpleChange<any> }

        The changed properties.

      Returns void