Package | Description |
---|---|
org.jcodec.containers.mp4 | |
org.jcodec.containers.mp4.boxes |
Modifier and Type | Method and Description |
---|---|
static int |
SampleOffsetUtils.getChunkBySample(int sampleOfInterest,
ChunkOffsetsBox stco,
SampleToChunkBox stsc) |
static int |
SampleOffsetUtils.getFirstSampleAtChunk(int chunk,
SampleToChunkBox stsc,
ChunkOffsetsBox stco) |
static long |
SampleOffsetUtils.getSampleOffset(int sample,
SampleToChunkBox stsc,
ChunkOffsetsBox stco,
SampleSizesBox stsz) |
Modifier and Type | Method and Description |
---|---|
static ChunkOffsetsBox |
ChunkOffsetsBox.createChunkOffsetsBox(long[] chunkOffsets) |
ChunkOffsetsBox |
TrakBox.getStco() |
Copyright © 2019. All rights reserved.