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

Hierarchy (view full)

Properties

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