Skip to main content

MediaInfoFactoryOptions <TFormat>

Index

Properties

optionalchunkSize

chunkSize?: number

Chunk size used by analyzeData (in bytes)

optionalcoverData

coverData?: boolean

Output cover data as base64

optionalformat

format?: TFormat

Result format (object, JSON, XML, HTML or text)

optionalfull

full?: boolean

Full information display (all internal tags)

optionallocateFile

locateFile?: (path: string, prefix: string) => string

This method will be called before loading the WASM file. It should return the actual URL to MediaInfoModule.wasm.

@see

Type declaration

    • (path: string, prefix: string): string
    • Parameters

      • path: string
      • prefix: string

      Returns string