public class ChunkOffsetsBox extends FullBox
Box.LeafBox
header, MAX_BOX_SIZE
Constructor and Description |
---|
ChunkOffsetsBox(Header atom) |
Modifier and Type | Method and Description |
---|---|
static ChunkOffsetsBox |
createChunkOffsetsBox(long[] chunkOffsets) |
void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
long[] |
getChunkOffsets() |
void |
parse(ByteBuffer input) |
void |
setChunkOffsets(long[] chunkOffsets) |
getFlags, getVersion, setFlags, setVersion
public ChunkOffsetsBox(Header atom)
public static String fourcc()
public static ChunkOffsetsBox createChunkOffsetsBox(long[] chunkOffsets)
public void parse(ByteBuffer input)
public void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public long[] getChunkOffsets()
public void setChunkOffsets(long[] chunkOffsets)
Copyright © 2019. All rights reserved.