Package | Description |
---|---|
org.jcodec.containers.mp4.demuxer |
Modifier and Type | Class and Description |
---|---|
class |
CodecMP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Regular MP4 track containing frames
|
class |
MP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Regular MP4 track containing frames
|
class |
PCMMP4DemuxerTrack
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Specialized demuxer track for PCM audio samples
Always reads one chunk of frames at a time, except for after seek.
|
Modifier and Type | Method and Description |
---|---|
AbstractMP4DemuxerTrack |
MP4Demuxer.getTrack(int no) |
protected AbstractMP4DemuxerTrack |
MP4Demuxer.newTrack(TrakBox trak) |
Modifier and Type | Method and Description |
---|---|
List<AbstractMP4DemuxerTrack> |
MP4Demuxer.getTracks() |
Modifier and Type | Method and Description |
---|---|
static DemuxerTrackMeta |
MP4DemuxerTrackMeta.fromTrack(AbstractMP4DemuxerTrack track) |
static ByteBuffer |
MP4DemuxerTrackMeta.getCodecPrivate(AbstractMP4DemuxerTrack track) |
protected static ColorSpace |
MP4DemuxerTrackMeta.getColorInfo(AbstractMP4DemuxerTrack track) |
Copyright © 2019. All rights reserved.