Package | Description |
---|---|
org.jcodec.containers.mkv | |
org.jcodec.containers.mkv.boxes | |
org.jcodec.containers.mkv.demuxer |
Modifier and Type | Field and Description |
---|---|
Class<? extends EbmlBase> |
MKVType.clazz |
Modifier and Type | Method and Description |
---|---|
static <T extends EbmlBase> |
MKVType.createById(byte[] id,
long offset) |
static <T extends EbmlBase> |
MKVType.createByType(MKVType g) |
Modifier and Type | Method and Description |
---|---|
static EbmlBase |
MKVType.findFirst(EbmlBase master,
MKVType[] path) |
Modifier and Type | Method and Description |
---|---|
void |
SeekHeadFactory.add(EbmlBase e) |
static <T> T[] |
MKVType.findAll(EbmlBase master,
Class<T> class1,
boolean ga,
MKVType[] path) |
static EbmlBase |
MKVType.findFirst(EbmlBase master,
MKVType[] path) |
static SeekHeadFactory.SeekMock |
SeekHeadFactory.SeekMock.make(EbmlBase e) |
static boolean |
MKVType.possibleChild(EbmlMaster parent,
EbmlBase child) |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
MKVType.findAllTree(List<? extends EbmlBase> tree,
Class<T> class1,
MKVType[] path) |
static <T> T |
MKVType.findFirstTree(List<? extends EbmlBase> tree,
MKVType[] path) |
static <T> List<T> |
MKVType.findList(List<? extends EbmlBase> tree,
Class<T> class1,
MKVType[] path) |
Modifier and Type | Class and Description |
---|---|
class |
EbmlBin
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlDate
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlFloat
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlMaster
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
EBML IO implementation
|
class |
EbmlSint
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlString
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlUint
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlUlong
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
EBML IO implementation
|
class |
EbmlVoid
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
MkvBlock
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
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 |
---|---|
ArrayList<EbmlBase> |
EbmlMaster.children |
Modifier and Type | Method and Description |
---|---|
void |
EbmlMaster.add(EbmlBase elem) |
Modifier and Type | Method and Description |
---|---|
List<? extends EbmlBase> |
MKVDemuxer.getTree() |
Copyright © 2019. All rights reserved.