VideoFormat
type VideoFormat = "mkv" | "mov" | "mp4" | "webm" | "flv" | "mpeg" | "mpg" | "wmv" | "3gp";Defined in: src/types/media.ts:208
Video format type.
type VideoFormat = "mkv" | "mov" | "mp4" | "webm" | "flv" | "mpeg" | "mpg" | "wmv" | "3gp";Defined in: src/types/media.ts:208
Video format type.