ADTS

data class ADTS(val protectionAbsent: Boolean, val sampleRate: Int, val channelCount: Int, val payloadLength: Int) : ByteBufferWriter

Constructors

Link copied to clipboard
constructor(protectionAbsent: Boolean, sampleRate: Int, channelCount: Int, payloadLength: Int)

Types

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
open override val size: Int

Functions

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