public class SampleToChunkBox extends FullBox
Modifier and Type | Class and Description |
---|---|
static class |
SampleToChunkBox.SampleToChunkEntry |
Box.LeafBox
header, MAX_BOX_SIZE
Constructor and Description |
---|
SampleToChunkBox(Header atom) |
Modifier and Type | Method and Description |
---|---|
static SampleToChunkBox |
createSampleToChunkBox(SampleToChunkBox.SampleToChunkEntry[] sampleToChunk) |
void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
SampleToChunkBox.SampleToChunkEntry[] |
getSampleToChunk() |
void |
parse(ByteBuffer input) |
void |
setSampleToChunk(SampleToChunkBox.SampleToChunkEntry[] sampleToChunk) |
getFlags, getVersion, setFlags, setVersion
public SampleToChunkBox(Header atom)
public static String fourcc()
public static SampleToChunkBox createSampleToChunkBox(SampleToChunkBox.SampleToChunkEntry[] sampleToChunk)
public void parse(ByteBuffer input)
public SampleToChunkBox.SampleToChunkEntry[] getSampleToChunk()
public void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public void setSampleToChunk(SampleToChunkBox.SampleToChunkEntry[] sampleToChunk)
Copyright © 2019. All rights reserved.