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

    Interface Video

    interface Video {
        audioOnly: boolean;
        drm: boolean;
        dropFrame: boolean;
        duration: number;
        ffomTimecodeObject?: TimecodeObject;
        frameRate: number;
        sourceUrl: string;
        totalFrames: number;
    }
    Index

    Properties

    audioOnly: boolean
    drm: boolean

    Is DRM applied

    dropFrame: boolean
    duration: number
    ffomTimecodeObject?: TimecodeObject

    Timecode offset

    frameRate: number
    sourceUrl: string
    totalFrames: number