Implements a named media blob

Remarks

A media blob contains playable binary content with a name

Constructors

Properties

Constructors

  • Parameters

    • fileName: string

      The full name (including a possible path) of the original media file (from the disk or from within a ZIP-file)

    • blob: Blob

      The blob with playable binary content

    Returns MediaBlob

Properties

blob: Blob

The playable blob

fileName: string

The full name (including a possible path) of the original media file (from the disk or from within a ZIP-file)