Multimedia
The Multimedia subsection of the Object section of the evCreate API includes enumerations, interfaces, and functions to create multimedia items.
multimedia namespace
The Multimedia subsection of the Object evCreate API section is accessed with the multimedia namespace inside the object namespace:
evCreate.object.multimedia.Function()
Enumerations
EvMultimediaFormatAn enumeration of supported multimedia file formats.
Interfaces
EvMultimediaDataAn interface that defines the raw binary data of a given multimedia.
Functions
Create(data: EvMultimediaData): Promise<EvItem>A function to create a new multimedia item with given raw binary multimedia data.
Insert(url: string): Promise<EvItem>A function to create a new multimedia item with a multimedia provided via a given URL.
08 April 2025