Amazon MediaLive · Schema
MultiplexProgramPacketIdentifiersMap
Packet identifiers map for a given Multiplex program.
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| AudioPids | object | |
| DvbSubPids | object | |
| DvbTeletextPid | object | |
| EtvPlatformPid | object | |
| EtvSignalPid | object | |
| KlvDataPids | object | |
| PcrPid | object | |
| PmtPid | object | |
| PrivateMetadataPid | object | |
| Scte27Pids | object | |
| Scte35Pid | object | |
| TimedMetadataPid | object | |
| VideoPid | 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-multiplex-program-packet-identifiers-map-schema.json",
"title": "MultiplexProgramPacketIdentifiersMap",
"description": "Packet identifiers map for a given Multiplex program.",
"type": "object",
"properties": {
"AudioPids": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__integer"
},
{
"xml": {
"name": "audioPids"
}
}
]
},
"DvbSubPids": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__integer"
},
{
"xml": {
"name": "dvbSubPids"
}
}
]
},
"DvbTeletextPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "dvbTeletextPid"
}
}
]
},
"EtvPlatformPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "etvPlatformPid"
}
}
]
},
"EtvSignalPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "etvSignalPid"
}
}
]
},
"KlvDataPids": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__integer"
},
{
"xml": {
"name": "klvDataPids"
}
}
]
},
"PcrPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "pcrPid"
}
}
]
},
"PmtPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "pmtPid"
}
}
]
},
"PrivateMetadataPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "privateMetadataPid"
}
}
]
},
"Scte27Pids": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__integer"
},
{
"xml": {
"name": "scte27Pids"
}
}
]
},
"Scte35Pid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "scte35Pid"
}
}
]
},
"TimedMetadataPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "timedMetadataPid"
}
}
]
},
"VideoPid": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"xml": {
"name": "videoPid"
}
}
]
}
}
}