OverviewOn this pagemediainfo.js Index ClassesMediaInfoFunctionsisTrackTypemediaInfoFactoryInterfacesAudioTrackBaseTrackCreationInfoGeneralTrackImageTrackMediaMediaInfoFactoryOptionsMediaInfoResultMenuTrackOtherTrackResultMapTextTrackVideoTrackReferencesdefaultType AliasesExtraFormatTypeReadChunkFuncSizeArgTrackReferences defaultRenames and re-exports mediaInfoFactoryType Aliases ExtraExtra: Record<string, unknown>FormatTypeFormatType: object | JSON | XML | HTML | textFormat of the result typeReadChunkFuncReadChunkFunc: (size: number, offset: number) => Promise<Uint8Array> | Uint8ArrayType declaration(size: number, offset: number): Promise<Uint8Array> | Uint8ArrayParameterssize: numberoffset: numberReturns Promise<Uint8Array> | Uint8ArraySizeArgSizeArg: () => Promise<number> | number | numberTrackTrack: GeneralTrack | VideoTrack | AudioTrack | TextTrack | ImageTrack | MenuTrack | OtherTrack
Format of the result type