Type Aliases

MediaVideo

declaration

MediaVideo = { alt?: string; meta?: any; sources: { height: number; length: { duration: string; }; provider: string; responsive?: "static" | "mobile" | "desktop"; src: string; width: number; }; type: "video"; }

A MediaVideo describes a video to be displayed in the browser.

A video consists of one or more MediaSourceVideo and additional metadata.

Type declaration

NameType

alt?

string

meta?

any

sources

{ height: number; length: { duration: string; }; provider: string; responsive?: "static" | "mobile" | "desktop"; src: string; width: number; }

type

"video"