Package | Description |
---|---|
org.jcodec.containers.mp4 | |
org.jcodec.containers.mp4.boxes | |
org.jcodec.containers.mp4.muxer |
Modifier and Type | Method and Description |
---|---|
static boolean |
BoxUtil.containsBox(NodeBox box,
String path) |
static boolean |
BoxUtil.containsBox2(NodeBox box,
String path1,
String path2) |
Modifier and Type | Class and Description |
---|---|
class |
AudioSampleEntry
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Describes audio payload sample
|
class |
AVC1Box
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
|
class |
DataInfoBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Creates MP4 file out of a set of samples
|
class |
DataRefBox
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
|
class |
KeysBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
MediaBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
MediaInfoBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Creates MP4 file out of a set of samples
|
class |
MetaBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
MovieBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Creates MP4 file out of a set of samples
|
class |
MovieExtendsBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
MovieFragmentBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Movie fragment box and dedicated routines
|
class |
SampleDescriptionBox
This class is part of JCodec ( www.jcodec.org )
This software is distributed under FreeBSD License
|
class |
SampleEntry
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Creates MP4 file out of a set of samples
|
class |
TimecodeSampleEntry
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Describes timecode payload sample
|
class |
TrackFragmentBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Track fragment box
Contains routines dedicated to simplify working with track fragments
|
class |
TrakBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Creates MP4 file out of a set of samples
|
class |
UdtaBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
UdtaMetaBox
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
The meata box inside 'udta'
|
class |
VideoSampleEntry
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Describes video payload sample
|
class |
WaveExtension
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Wave extension to audio sample entry
|
Modifier and Type | Method and Description |
---|---|
NodeBox |
MediaInfoBox.getStbl() |
Modifier and Type | Method and Description |
---|---|
static <T extends Box> |
NodeBox.findFirst(NodeBox box,
Class<T> clazz,
String path) |
static <T extends Box> |
NodeBox.findFirstPath(NodeBox box,
Class<T> clazz,
String[] path) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMP4MuxerTrack.addDref(NodeBox minf) |
Copyright © 2019. All rights reserved.