interface VideoLoadOptions {
    data?: Record<string, any>;
    dropFrame?: boolean;
    duration?: number;
    ffom?: string;
    protocol?: VideoProtocol;
}

Properties

data?: Record<string, any>

Arbitrary key-value data provided on video load. Can be used to storevalues such as DRM tokens.

dropFrame?: boolean

Is frame rate with drop frame or not

duration?: number

Set video duration explicitly

ffom?: string

Time offset timecode

protocol?: VideoProtocol

Set to force video protocol loader, it will be set automatically otherwise