@byomakase/omakase-player
    Preparing search index...

    Interface PlayerDomController

    interface PlayerDomController {
        mainMediaVideoElement: HTMLVideoElement;
        textImscElement: HTMLElement;
        textMediaCaptionsElement: HTMLElement;
        addAlert(alert: Alert): void;
        extractVideoKeyframe(
            options?: VideoKeyframeOptions,
        ): Observable<VideoKeyframe>;
        prepareForAttaching(): void;
        prepareForDetaching(): void;
        removeAlert(alertId: string): void;
        resetMainMediaVideoElement(): void;
        setAttachDetachButtonEnabled(enabled: true): void;
        setVideoPoster(poster: string): void;
    }
    Index

    Properties

    mainMediaVideoElement: HTMLVideoElement
    textImscElement: HTMLElement
    textMediaCaptionsElement: HTMLElement

    Methods

    • Parameters

      • Optionaloptions: VideoKeyframeOptions

      Returns Observable<VideoKeyframe>