Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class AudioMuxElement(val muxConfigPresent: Boolean = true, var useSameStreamMuxConfig: Boolean, streamMuxConfig: StreamMuxConfig? = null, payload: ByteBuffer? = null) : ByteBufferWriter
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StreamMuxConfig(audioMuxVersion: Int = 0, val audioMuxVersionA: Int = 0, val allStreamsSameTimeFraming: Boolean? = null, numSubFrames: Int? = null, numProgram: Int? = null, numLayer: Int? = null, audioSpecificConfig: BitBuffer? = null, frameLengthType: Int? = null) : BitBufferWriter