public class TrackFragmentHeaderBox extends FullBox
| Constructor and Description |
|---|
TrackFragmentHeaderBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(MP4InputStream in)
Decodes the given input stream by reading this box and all of its
children (if any).
|
long |
getBaseDataOffset() |
long |
getDefaultSampleDuration() |
long |
getDefaultSampleFlags() |
long |
getDefaultSampleSize() |
long |
getSampleDescriptionIndex() |
long |
getTrackID() |
boolean |
isBaseDataOffsetPresent() |
boolean |
isDefaultSampleDurationPresent() |
boolean |
isDefaultSampleFlagsPresent() |
boolean |
isDefaultSampleSizePresent() |
boolean |
isDurationIsEmpty() |
boolean |
isSampleDescriptionIndexPresent() |
getChild, getChildren, getChildren, getLeft, getName, getOffset, getParent, getSize, getType, hasChild, hasChildren, readChildren, readChildren, setParams, toStringpublic void decode(MP4InputStream in) throws java.io.IOException
BoxImplpublic long getTrackID()
public boolean isBaseDataOffsetPresent()
public long getBaseDataOffset()
public boolean isSampleDescriptionIndexPresent()
public long getSampleDescriptionIndex()
public boolean isDefaultSampleDurationPresent()
public long getDefaultSampleDuration()
public boolean isDefaultSampleSizePresent()
public long getDefaultSampleSize()
public boolean isDefaultSampleFlagsPresent()
public long getDefaultSampleFlags()
public boolean isDurationIsEmpty()