public class CompositionOffsetBox extends FullBox
SampleTableBox (�?stbl’)This box provides the offset between decoding time and composition time. Since decoding time must be less than the composition time, the offsets are expressed as unsigned numbers such that CT(n) = DT(n) + CTTS(n) where CTTS(n) is the (uncompressed) table entry for sample n.
The composition time to sample table is optional and must only be present if DT and CT differ for any samples. Hint tracks do not use this box.
bytetoTypeMap| Constructor and Description |
|---|
CompositionOffsetBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getSampleCount() |
long[] |
getSampleOffset() |
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[] getSampleCount()
public long[] getSampleOffset()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.