StreamingAudioSettings

@Serializable
data class StreamingAudioSettings(val bitrate: Int? = null)

Constructors

Link copied to clipboard
constructor(bitrate: Int? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val bitrate: Int? = null

The bitrate of the audio, in kilobits per second.