Type Aliases

MediaSourceVideo

declaration

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

A MediaSourceVideo is a single source for a video.

Type declaration

NameType

height

number

length

{ duration: string; }

length.duration

string

provider

string

responsive?

"static" | "mobile" | "desktop"

src

string

width

number