PcmInt
data class PcmInt(val bitDepth: IntBitDepth, val endianness: Endianness = Endianness.Little, val layout: SampleLayout = SampleLayout.Interleaved, val signed: Boolean = true, val packed: Boolean = true) : SampleEncoding
Constructors
Link copied to clipboard
constructor(bitDepth: IntBitDepth, endianness: Endianness = Endianness.Little, layout: SampleLayout = SampleLayout.Interleaved, signed: Boolean = true, packed: Boolean = true)