Package | Description |
---|---|
org.jcodec.codecs.aac | |
org.jcodec.codecs.h264 | |
org.jcodec.containers.mp4.boxes | |
org.jcodec.containers.mp4.demuxer | |
org.jcodec.containers.mp4.muxer |
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
AACUtils.getCodecPrivate(SampleEntry mp4a) |
static AACUtils.AACMetadata |
AACUtils.getMetadata(SampleEntry mp4a) |
Modifier and Type | Method and Description |
---|---|
static SampleEntry |
H264Utils.createMOVSampleEntryFromAvcC(AvcCBox avcC) |
static SampleEntry |
H264Utils.createMOVSampleEntryFromBuffer(ByteBuffer sps,
ByteBuffer pps,
int nalLengthSize) |
static SampleEntry |
H264Utils.createMOVSampleEntryFromBytes(ByteBuffer codecPrivate)
Creates a MP4 sample entry given AVC/H.264 codec private.
|
static SampleEntry |
H264Utils.createMOVSampleEntryFromSpsPps(SeqParameterSet initSPS,
PictureParameterSet initPPS,
int nalLengthSize) |
static SampleEntry |
H264Utils.createMOVSampleEntryFromSpsPpsList(List<ByteBuffer> spsList,
List<ByteBuffer> ppsList,
int nalLengthSize) |
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 |
TimecodeSampleEntry
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Describes timecode payload sample
|
class |
VideoSampleEntry
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Describes video payload sample
|
Modifier and Type | Method and Description |
---|---|
SampleEntry[] |
TrakBox.getSampleEntries() |
Modifier and Type | Method and Description |
---|---|
static SampleDescriptionBox |
SampleDescriptionBox.createSampleDescriptionBox(SampleEntry[] entries) |
Modifier and Type | Field and Description |
---|---|
protected SampleEntry[] |
AbstractMP4DemuxerTrack.sampleEntries |
Modifier and Type | Method and Description |
---|---|
SampleEntry[] |
AbstractMP4DemuxerTrack.getSampleEntries() |
Modifier and Type | Field and Description |
---|---|
protected List<SampleEntry> |
AbstractMP4MuxerTrack.sampleEntries |
Modifier and Type | Method and Description |
---|---|
List<SampleEntry> |
AbstractMP4MuxerTrack.getEntries() |
Modifier and Type | Method and Description |
---|---|
AbstractMP4MuxerTrack |
AbstractMP4MuxerTrack.addSampleEntry(SampleEntry se) |
Copyright © 2019. All rights reserved.