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

Hierarchy (View Summary)

Properties

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