Amazon MediaConvert · JSON Structure

Mediaconvert Api Ms Smooth Manifest Encoding Structure

Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

MsSmoothManifestEncoding is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-ms-smooth-manifest-encoding-structure.json",
  "name": "MsSmoothManifestEncoding",
  "type": "string",
  "description": "Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.",
  "enum": [
    "UTF8",
    "UTF16"
  ]
}