| Constructor and Description |
|---|
TrackExtendsBox() |
| 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 |
getDefaultSampleDescriptionIndex()
The default sample description index used in the track fragments.
|
long |
getDefaultSampleDuration()
The default sample duration used in the track fragments.
|
long |
getDefaultSampleSize()
The default sample size used in the track fragments.
|
int |
getSampleDegradationPriority()
The default degradation priority for the samples.
|
int |
getSampleDependsOn()
The default 'sample depends on' value as defined in the
SampleDependencyTypeBox.
|
int |
getSampleHasRedundancy()
The default 'sample has redundancy' value as defined in the
SampleDependencyBox.
|
int |
getSampleIsDependedOn()
The default 'sample is depended on' value as defined in the
SampleDependencyTypeBox.
|
int |
getSamplePaddingValue()
The default padding value as defined in the PaddingBitBox.
|
long |
getTrackID()
The track ID identifies the track; this shall be the track ID of a track
in the Movie Box.
|
boolean |
isSampleDifferenceSample() |
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 long getDefaultSampleDescriptionIndex()
public long getDefaultSampleDuration()
public long getDefaultSampleSize()
public int getSampleDependsOn()
SampleDependencyTypeBox.getSampleDependsOn()public int getSampleIsDependedOn()
SampleDependencyTypeBox.getSampleIsDependedOn()public int getSampleHasRedundancy()
SampleDependencyTypeBox.getSampleHasRedundancy()public int getSamplePaddingValue()
PaddingBitBox.getPad1()public boolean isSampleDifferenceSample()
public int getSampleDegradationPriority()