ContentType

Type Alias ContentType

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

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

Type declaration

  • Optionalhome?: string

    Homepage for more information on a contentType.

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

    The identifier of the contentType.

    "x3d-xml"
    
  • OptionalisExperimental?: boolean

    Information whether the contentType is experimental or not.

  • label: string

    The full name of a contentType.

    "X3D, XML Encoding"
    
  • OptionalmimeTypes?: string[]

    The mimeTypes of a contentType.

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

    The specification of a contentType.

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

    Supported suffixes of a contentType.

    ["x3d", "x3dz", "x3z"]
    
  • Optionalversion?: 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: