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

    Interface VideoLoadingEvent

    interface VideoLoadingEvent {
        frameRate: number;
        isAttaching?: boolean;
        isDetaching?: boolean;
        options?: VideoLoadOptions;
        sourceUrl: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    frameRate: number
    isAttaching?: boolean
    isDetaching?: boolean
    sourceUrl: string