Package | Description |
---|---|
org.jcodec.codecs.h264.mp4 | |
org.jcodec.codecs.mpeg4.mp4 | |
org.jcodec.containers.mp4 | |
org.jcodec.containers.mp4.boxes |
Constructor and Description |
---|
AvcCBox(Header header) |
Constructor and Description |
---|
EsdsBox(Header atom) |
Modifier and Type | Method and Description |
---|---|
Header |
MP4Util.Atom.getHeader() |
Modifier and Type | Method and Description |
---|---|
Box |
IBoxFactory.newBox(Header header) |
Box |
BoxFactory.newBox(Header header) |
static Box |
BoxUtil.parseBox(ByteBuffer input,
Header childAtom,
IBoxFactory factory) |
Constructor and Description |
---|
Atom(Header header,
long offset) |
Modifier and Type | Field and Description |
---|---|
Header |
Box.header |
Modifier and Type | Method and Description |
---|---|
static Header |
Header.createHeader(String fourcc,
long size) |
Header |
Box.getHeader() |
static Header |
Header.newHeader(String fourcc,
long size,
boolean lng) |
static Header |
Header.read(ByteBuffer input) |
Modifier and Type | Method and Description |
---|---|
static AudioSampleEntry |
AudioSampleEntry.createAudioSampleEntry(Header header,
short drefInd,
short channelCount,
short sampleSize,
int sampleRate,
short revision,
int vendor,
int compressionId,
int pktSize,
int samplesPerPkt,
int bytesPerPkt,
int bytesPerFrame,
int bytesPerSample,
short version) |
static Box.LeafBox |
Box.createLeafBox(Header atom,
ByteBuffer data) |
static VideoSampleEntry |
VideoSampleEntry.createVideoSampleEntry(Header atom,
short version,
short revision,
String vendor,
int temporalQual,
int spacialQual,
short width,
short height,
long hRes,
long vRes,
short frameCount,
String compressorName,
short depth,
short drefInd,
short clrTbl) |
Box |
SimpleBoxFactory.newBox(Header header) |
static Box |
Box.parseBox(ByteBuffer input,
Header childAtom,
IBoxFactory factory) |
Copyright © 2019. All rights reserved.