public class SyncSamplesBox extends FullBox
Box.LeafBox| Modifier and Type | Field and Description |
|---|---|
static String |
STSS |
protected int[] |
syncSamples |
header, MAX_BOX_SIZE| Constructor and Description |
|---|
SyncSamplesBox(Header header) |
| Modifier and Type | Method and Description |
|---|---|
static SyncSamplesBox |
createSyncSamplesBox(int[] array) |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
int[] |
getSyncSamples() |
void |
parse(ByteBuffer input) |
getFlags, getVersion, setFlags, setVersionpublic static final String STSS
protected int[] syncSamples
public SyncSamplesBox(Header header)
public static SyncSamplesBox createSyncSamplesBox(int[] array)
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize in class Boxpublic int[] getSyncSamples()
Copyright © 2019. All rights reserved.