AudioTypeDetection: BaseTypeDetection & {
    codecs: string[];
    detectedType: Audio;
    language?: string;
}

Type declaration

  • codecs: string[]
  • detectedType: Audio
  • Optional language?: string

Generated using TypeDoc