public class SegmentIndexBox extends FullBox
Modifier and Type | Class and Description |
---|---|
static class |
SegmentIndexBox.Reference |
Box.LeafBox
Modifier and Type | Field and Description |
---|---|
long |
earliest_presentation_time |
long |
first_offset |
int |
reference_count |
long |
reference_ID |
SegmentIndexBox.Reference[] |
references |
int |
reserved |
long |
timescale |
header, MAX_BOX_SIZE
Constructor and Description |
---|
SegmentIndexBox(Header atom) |
Modifier and Type | Method and Description |
---|---|
static SegmentIndexBox |
createSegmentIndexBox() |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
void |
parse(ByteBuffer input) |
String |
toString() |
getFlags, getVersion, setFlags, setVersion
asBox, createLeafBox, dump, getFourcc, getHeader, parseBox, path, terminatorAtom, write
public long reference_ID
public long timescale
public long earliest_presentation_time
public long first_offset
public int reserved
public int reference_count
public SegmentIndexBox.Reference[] references
public SegmentIndexBox(Header atom)
public static SegmentIndexBox createSegmentIndexBox()
public static String fourcc()
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
Copyright © 2019. All rights reserved.