Package | Description |
---|---|
org.jcodec.containers.mkv | |
org.jcodec.containers.mkv.boxes | |
org.jcodec.containers.mkv.muxer |
Modifier and Type | Method and Description |
---|---|
EbmlMaster |
CuesFactory.createCues() |
EbmlMaster |
SeekHeadFactory.indexSeekHead() |
Modifier and Type | Method and Description |
---|---|
List<EbmlMaster> |
MKVParser.parse() |
Modifier and Type | Method and Description |
---|---|
static CuesFactory.CuePointMock |
CuesFactory.CuePointMock.make(EbmlMaster c) |
static boolean |
MKVType.possibleChild(EbmlMaster parent,
EbmlBase child) |
static boolean |
MKVType.possibleChildById(EbmlMaster parent,
byte[] typeId) |
Modifier and Type | Class and Description |
---|---|
class |
MkvSegment
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
EBML IO implementation
|
Modifier and Type | Field and Description |
---|---|
protected EbmlMaster |
EbmlBase.parent |
Modifier and Type | Method and Description |
---|---|
static void |
MKVMuxer.createBuffer(EbmlMaster parent,
MKVType type,
ByteBuffer value) |
static void |
MKVMuxer.createDate(EbmlMaster parent,
MKVType type,
Date value) |
static void |
MKVMuxer.createDouble(EbmlMaster parent,
MKVType type,
double value) |
static void |
MKVMuxer.createLong(EbmlMaster parent,
MKVType type,
long value) |
static void |
MKVMuxer.createString(EbmlMaster parent,
MKVType type,
String value) |
Copyright © 2019. All rights reserved.