public class ChunkOffsetBox extends FullBox
The chunk offset table gives the index of each chunk into the containing file. There are two variants, permitting the use of 32-bit or 64-bit offsets. The latter is useful when managing very large presentations. At most one of these variants will occur in any single instance of a sample table.
Offsets are file offsets, not the offset into any box within the file (e.g. Media Data Box). This permits referring to media data in files without any box structure. It does also mean that care must be taken when constructing a self-contained ISO file with its metadata (Movie Box) at the front, as the size of the Movie Box will affect the chunk offsets to the media data.
bytetoTypeMap| Constructor and Description |
|---|
ChunkOffsetBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getChunkOffset() |
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
getFlags, getVersion, read64protected int load(DataInputStream fin) throws IOException
Boxload in class FullBoxfin - the stream to load box fromIOException - if some I/O error occured.public long[] getChunkOffset()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.