Amazon MediaLive · JSON Structure

Medialive Api Ms Smooth Output Settings Structure

Ms Smooth Output Settings

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

MsSmoothOutputSettings is a JSON Structure definition published by Amazon MediaLive, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

H265PackagingType NameModifier

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-medialive/refs/heads/main/json-structure/medialive-api-ms-smooth-output-settings-structure.json",
  "name": "MsSmoothOutputSettings",
  "type": "object",
  "description": "Ms Smooth Output Settings",
  "properties": {
    "H265PackagingType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MsSmoothH265PackagingType"
        },
        {
          "xml": {
            "name": "h265PackagingType"
          },
          "description": "Only applicable when this output is referencing an H.265 video description.\nSpecifies whether MP4 segments should be packaged as HEV1 or HVC1."
        }
      ]
    },
    "NameModifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nameModifier"
          },
          "description": "String concatenated to the end of the destination filename.  Required for multiple outputs of the same type."
        }
      ]
    }
  }
}