MediaType
Defines broad types of media that may be expressed.
Content copied to clipboard
elide.page.MediaType
Entries
Properties
Link copied to clipboard
This media is an audio asset of some kind.
Content copied to clipboard
AUDIO = 2;
Link copied to clipboard
The media is an arbitrary kind of digital document.
Content copied to clipboard
DOCUMENT = 4;
Link copied to clipboard
This media is an image asset of some kind.
Content copied to clipboard
IMAGE = 0;
Link copied to clipboard
The media is a link to another asset or page of some kind.
Content copied to clipboard
LINK = 3;
Link copied to clipboard
This media is a video asset of some kind.
Content copied to clipboard
VIDEO = 1;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)