AudioTrackPublishDefaults

data class AudioTrackPublishDefaults(val audioBitrate: Int?, val dtx: Boolean = true, val red: Boolean = true) : BaseAudioTrackPublishOptions

Default options for publishing an audio track.

Constructors

Link copied to clipboard
constructor(audioBitrate: Int?, dtx: Boolean = true, red: Boolean = true)

Properties

Link copied to clipboard
open override val audioBitrate: Int?

The target audioBitrate to use.

Link copied to clipboard
open override val dtx: Boolean = true

dtx (Discontinuous Transmission of audio), enabled by default for mono tracks.

Link copied to clipboard
open override val red: Boolean = true

red (Redundant Audio Data), enabled by default for mono tracks.