IdentificationHeader
class IdentificationHeader(val version: Byte, val channelCount: Byte, val preSkip: Short, val inputSampleRate: Int, val outputGain: Short, val channelMappingFamily: Byte, val channelMapping: IdentificationHeader.ChannelMapping?) : ByteBufferWriter
Types
Link copied to clipboard
class ChannelMapping(streamCount: Byte, coupledCount: Byte, channelMapping: ByteArray) : ByteBufferWriter