Package com.sedmelluq.discord.lavaplayer.container.matroska.format
-
Interface Summary Interface Description MatroskaBlock Provides information and buffer to read from for a Matroska block. -
Class Summary Class Description MatroskaCuePoint Matroska file cue point.MatroskaEbmlReader Handles reading various different EBML code formats.MatroskaElement Matroska container element.MatroskaFileReader Handles reading of elements and their content from an MKV file.MatroskaFileTrack Describes one track in a matroska file.MatroskaFileTrack.AudioDetails Fields specific to an audio track.MutableMatroskaBlock An implementation ofMatroskaBlockwhich can be reused by loading the next block into it by callingMutableMatroskaBlock.parseHeader(MatroskaFileReader, MatroskaElement, int).MutableMatroskaElement Mutable instance ofMatroskaElementfor reducing allocation rate during parsing. -
Enum Summary Enum Description MatroskaEbmlReader.Type EBML code type (sign handling method).MatroskaElementType Registry of all required element types.MatroskaElementType.DataType Data type of an element.MatroskaFileTrack.Type Track type list.