Type alias MuxedTypeDetection
MuxedTypeDetection: BaseTypeDetection & { audioCodecs: string[]; detectedType: Muxed; height?: number; language?: string; videoCodecs: string[]; width?: number; }
Type declaration
-
audioCodecs: string[]
-
detectedType: Muxed
-
Optional height?: number
-
Optional language?: string
-
videoCodecs: string[]
-
Optional width?: number