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
EvMultimediaFormatenumeration, the multimedia file format of the given multimedia.
Examples
TS
JS
- { data: {...}, format: EvMultimediaFormat.Webm }
- { data: {...}, format: "webm" }
08 April 2025