Medialive Api Ac3 Settings Structure
Ac3 Settings
Ac3Settings is a JSON Structure definition published by Amazon MediaLive, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-ac3-settings-structure.json",
"name": "Ac3Settings",
"type": "object",
"description": "Ac3 Settings",
"properties": {
"Bitrate": {
"allOf": [
{
"$ref": "#/components/schemas/__double"
},
{
"xml": {
"name": "bitrate"
},
"description": "Average bitrate in bits/second. Valid bitrates depend on the coding mode."
}
]
},
"BitstreamMode": {
"allOf": [
{
"$ref": "#/components/schemas/Ac3BitstreamMode"
},
{
"xml": {
"name": "bitstreamMode"
},
"description": "Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values."
}
]
},
"CodingMode": {
"allOf": [
{
"$ref": "#/components/schemas/Ac3CodingMode"
},
{
"xml": {
"name": "codingMode"
},
"description": "Dolby Digital coding mode. Determines number of channels."
}
]
},
"Dialnorm": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin1Max31"
},
{
"xml": {
"name": "dialnorm"
},
"description": "Sets the dialnorm for the output. If excluded and input audio is Dolby Digital, dialnorm will be passed through."
}
]
},
"DrcProfile": {
"allOf": [
{
"$ref": "#/components/schemas/Ac3DrcProfile"
},
{
"xml": {
"name": "drcProfile"
},
"description": "If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification."
}
]
},
"LfeFilter": {
"allOf": [
{
"$ref": "#/components/schemas/Ac3LfeFilter"
},
{
"xml": {
"name": "lfeFilter"
},
"description": "When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid in codingMode32Lfe mode."
}
]
},
"MetadataControl": {
"allOf": [
{
"$ref": "#/components/schemas/Ac3MetadataControl"
},
{
"xml": {
"name": "metadataControl"
},
"description": "When set to \"followInput\", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used."
}
]
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/medialive-api-ac3-settings-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.