interface VideoLoadOptions {
    dropFrame?: boolean;
    duration?: number;
    ffom?: string;
    protocol?: VideoProtocol;
}

Properties

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