Values.AudioConfigurationSourceObject specifying a stream’s audio configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfigurations object and the deprecated IngestConfiguration object. It is used for monitoring stream health.
type nonrec t = {codec : String_.t option;Codec used for the audio encoding.
*)targetBitrate : Integer.t option;The expected ingest bitrate (bits per second). This is configured in the encoder.
*)sampleRate : Integer.t option;Number of audio samples recorded per second.
*)channels : Integer.t option;Number of audio channels.
*)track : String_.t option;Name of the audio track (if the stream has an audio track). If multitrack is not enabled, this is Track0 (the sole track).
*)}