ContentType

Interface ContentType

Defines the information about a content type. A content type stores information about the format which could be transcoded by the backend transcoder service.

interface ContentType {
    home?: string;
    id: string;
    isExperimental?: boolean;
    label: string;
    mimeTypes?: string[];
    spec?: string;
    suffixes?: string[];
    version?: string;
}

Properties

home?: string

Homepage for more information on a contentType.

"http://www.web3d.org"
id: string

The identifier of the contentType.

"x3d-xml"
isExperimental?: boolean

Information whether the contentType is experimental or not.

label: string

The full name of a contentType.

"X3D, XML Encoding"
mimeTypes?: string[]

The mimeTypes of a contentType.

["model/x3d+xml", "model/x3d"]
spec?: string

The specification of a contentType.

"ISO/IEC IS 19775-1:2013"
suffixes?: string[]

Supported suffixes of a contentType.

["x3d", "x3dz", "x3z"]
version?: string

The version of the contentType.


Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: