evCreate API 5.7 Help

EvMultimediaData Interface

The EvMultimediaData TS interface defines a blueprint of a JS object that specifies the raw binary data of a given multimedia.

Properties

An EvMultimediaData object has the following properties:

data: ArrayBuffer;

An array of bytes, the raw binary data of the given multimedia.

format: EvMultimediaFormat;

A member of the EvMultimediaFormat enumeration, the multimedia file format of the given multimedia.

Examples

  • TS

  • JS

  • { data: {...}, format: EvMultimediaFormat.Webm }
  • { data: {...}, format: "webm" }
08 April 2025