Amazon MediaConvert · JSON Structure

Mediaconvert Api Hls Output Selection Structure

Indicates whether the .m3u8 manifest file should be generated for this HLS output group.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

HlsOutputSelection 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-hls-output-selection-structure.json",
  "name": "HlsOutputSelection",
  "type": "string",
  "description": "Indicates whether the .m3u8 manifest file should be generated for this HLS output group.",
  "enum": [
    "MANIFESTS_AND_SEGMENTS",
    "SEGMENTS_ONLY"
  ]
}