AudioConfiguration
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.
Contents
- channels
-
Number of audio channels.
Type: Long
Required: No
- codec
-
Codec used for the audio encoding.
Type: String
Required: No
- sampleRate
-
Number of audio samples recorded per second.
Type: Long
Required: No
- targetBitrate
-
The expected ingest bitrate (bits per second). This is configured in the encoder.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: