Amazon MediaLive · Schema
MsSmoothOutputSettings
Ms Smooth Output Settings
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| H265PackagingType | object | |
| NameModifier | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-ms-smooth-output-settings-schema.json",
"title": "MsSmoothOutputSettings",
"description": "Ms Smooth Output Settings",
"type": "object",
"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."
}
]
}
}
}