Object specifying a stream’s audio configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfiguration object and used for monitoring stream health.
Type: objectProperties: 4
Live StreamingMediaVideoReal-Time
AudioConfiguration is a JSON Structure definition published by Amazon Interactive Video Service, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-audio-configuration-structure.json",
"name": "AudioConfiguration",
"description": "Object specifying a stream\u2019s audio configuration, as set up by the broadcaster (usually in an encoder). This is part of the <a>IngestConfiguration</a> object and used for monitoring stream health.",
"type": "object",
"properties": {
"channels": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "Number of audio channels."
}
]
},
"codec": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "Codec used for the audio encoding."
}
]
},
"sampleRate": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "Number of audio samples recorded per second."
}
]
},
"targetBitrate": {
"allOf": [
{
"$ref": "#/components/schemas/Integer"
},
{
"description": "The expected ingest bitrate (bits per second). This is configured in the encoder."
}
]
}
}
}
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.