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

Constructors

Link copied to clipboard
constructor(version: Byte, channelCount: Byte, preSkip: Short, inputSampleRate: Int, outputGain: Short, channelMappingFamily: Byte, channelMapping: IdentificationHeader.ChannelMapping?)

Types

Link copied to clipboard
class ChannelMapping(streamCount: Byte, coupledCount: Byte, channelMapping: ByteArray) : ByteBufferWriter
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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
Link copied to clipboard

Functions

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