Amazon MediaConvert · JSON Structure

Mediaconvert Api Audio Selector Type Structure

Specifies the type of the audio selector.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

AudioSelectorType 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-audio-selector-type-structure.json",
  "name": "AudioSelectorType",
  "type": "string",
  "description": "Specifies the type of the audio selector.",
  "enum": [
    "PID",
    "TRACK",
    "LANGUAGE_CODE",
    "HLS_RENDITION_GROUP"
  ]
}