SbrHeader

data class SbrHeader(val bsAmpRes: Boolean, val bsStartFreq: Byte, val bsStopFreq: Byte, val bsXoverBand: Byte, val bsHeaderExtra1: Boolean, val bsHeaderExtra2: Boolean, val bsFreqScale: Byte? = null, val bsAlterScale: Boolean? = null, val bsNoiseBands: Byte? = null, val bsLimiterBands: Byte? = null, val bsLimiterGains: Byte? = null, val bsInterpolFreq: Boolean? = null, val bsSmoothingMode: Boolean? = null) : BitBufferWriter

Constructors

Link copied to clipboard
constructor(bsAmpRes: Boolean, bsStartFreq: Byte, bsStopFreq: Byte, bsXoverBand: Byte, bsHeaderExtra1: Boolean, bsHeaderExtra2: Boolean, bsFreqScale: Byte? = null, bsAlterScale: Boolean? = null, bsNoiseBands: Byte? = null, bsLimiterBands: Byte? = null, bsLimiterGains: Byte? = null, bsInterpolFreq: Boolean? = null, bsSmoothingMode: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val bitSize: Int = 0
Link copied to clipboard
val bsAlterScale: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val bsFreqScale: Byte? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val bsInterpolFreq: Boolean? = null
Link copied to clipboard
val bsLimiterBands: Byte? = null
Link copied to clipboard
val bsLimiterGains: Byte? = null
Link copied to clipboard
val bsNoiseBands: Byte? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun write(output: BitBuffer)
open override fun write(output: ByteBuffer)