Package | Description |
---|---|
org.jcodec.containers.mp4 | |
org.jcodec.containers.mp4.boxes |
Modifier and Type | Class and Description |
---|---|
class |
BoxFactory
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Default box factory
|
Modifier and Type | Method and Description |
---|---|
static IBoxFactory |
BoxFactory.getDefault() |
Modifier and Type | Method and Description |
---|---|
static Box |
BoxUtil.parseBox(ByteBuffer input,
Header childAtom,
IBoxFactory factory) |
static Box |
BoxUtil.parseChildBox(ByteBuffer input,
IBoxFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleBoxFactory |
Modifier and Type | Field and Description |
---|---|
protected IBoxFactory |
NodeBox.factory |
Modifier and Type | Method and Description |
---|---|
static Box |
NodeBox.cloneBox(Box box,
int approxSize,
IBoxFactory bf) |
static Box |
NodeBox.doCloneBox(Box box,
int approxSize,
IBoxFactory bf) |
static Box |
Box.parseBox(ByteBuffer input,
Header childAtom,
IBoxFactory factory) |
static Box |
NodeBox.parseChildBox(ByteBuffer input,
IBoxFactory factory) |
void |
UdtaBox.setFactory(IBoxFactory _factory) |
void |
NodeBox.setFactory(IBoxFactory factory) |
Copyright © 2019. All rights reserved.