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.

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.

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