AudioConfiguration

Object 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of audio channels.

Link copied to clipboard

Codec used for the audio encoding.

Link copied to clipboard

Number of audio samples recorded per second.

Link copied to clipboard

The expected ingest bitrate (bits per second). This is configured in the encoder.

Link copied to clipboard

Name of the audio track (if the stream has an audio track). If multitrack is not enabled, this is track0 (the sole track).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String