VideoTypeDetection: BaseTypeDetection & {
    codecs: string[];
    detectedType: Video;
    height?: number;
    width?: number;
}

Type declaration

  • codecs: string[]
  • detectedType: Video
  • Optional height?: number
  • Optional width?: number

Generated using TypeDoc