Package-level declarations

Types

Link copied to clipboard
class AudioSpecificConfigDescriptor(    upStream: Boolean,     bufferSize: Int,     maxBitrate: Int,     avgBitrate: Int,     audioSpecificConfig: ByteBuffer) : DecoderConfigDescriptor
Link copied to clipboard
abstract class BaseDescriptor(tag: Tags, sizeOfInstance: Int) : ByteBufferWriter
Link copied to clipboard
open class DecoderConfigDescriptor(    objectTypeIndication: ObjectTypeIndication,     streamType: StreamType,     upStream: Boolean,     bufferSize: Int,     maxBitrate: Int,     avgBitrate: Int,     decoderSpecificInfo: DecoderSpecificInfo) : BaseDescriptor
Link copied to clipboard
Link copied to clipboard
class ESDescriptor(    esId: Short,     streamPriority: Byte,     dependsOnEsId: Short? = null,     url: String? = null,     ocrEsId: Short? = null,     decoderConfigDescriptor: DecoderConfigDescriptor,     slConfigDescriptor: SLConfigDescriptor) : BaseDescriptor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
enum Tags : Enum<Tags>