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