public class SampleToGroupBox extends AbstractFullBox
This table can be used to find the group that a sample belongs to and the associated description of that sample group. The table is compactly coded with each entry giving the index of the first sample of a run of samples with the same sample group descriptor. The sample group description ID is an index that refers to a SampleGroupDescription box, which contains entries describing the characteristics of each sample group.
There may be multiple instances of this box if there is more than one sample grouping for the samples in a track. Each instance of the SampleToGroup box has a type code that distinguishes different sample groupings. Within a track, there shall be at most one instance of this box with a particular grouping type. The associated SampleGroupDescription shall indicate the same value for the grouping type.
Version 1 of this box should only be used if a grouping type parameter is needed.
| Modifier and Type | Class and Description |
|---|---|
static class |
SampleToGroupBox.Entry |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
content, type| Constructor and Description |
|---|
SampleToGroupBox() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_parseDetails(java.nio.ByteBuffer content)
Parse the box's fields and child boxes if any.
|
protected void |
getContent(java.nio.ByteBuffer byteBuffer)
Write the box's content into the given
ByteBuffer. |
protected long |
getContentSize()
Get the box's content size without its header.
|
java.util.List<SampleToGroupBox.Entry> |
getEntries() |
java.lang.String |
getGroupingType() |
java.lang.String |
getGroupingTypeParameter() |
void |
setEntries(java.util.List<SampleToGroupBox.Entry> entries) |
void |
setGroupingType(java.lang.String groupingType) |
void |
setGroupingTypeParameter(java.lang.String groupingTypeParameter) |
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlagsgetBox, getSize, getType, getUserType, isParsed, parse, parseDetailsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparsepublic static final java.lang.String TYPE
protected long getContentSize()
AbstractBoxgetContent(ByteBuffer) writes.getContentSize in class AbstractBoxAbstractBox.getContent(java.nio.ByteBuffer)protected void getContent(java.nio.ByteBuffer byteBuffer)
AbstractBoxByteBuffer. This must include flags
and version in case of a full box. byteBuffer has been initialized with
getSize() bytes.getContent in class AbstractBoxbyteBuffer - the sink for the box's contentprotected void _parseDetails(java.nio.ByteBuffer content)
AbstractBox_parseDetails in class AbstractBoxcontent - the box's raw content beginning after the 4-cc field.public java.lang.String getGroupingType()
public void setGroupingType(java.lang.String groupingType)
public java.lang.String getGroupingTypeParameter()
public void setGroupingTypeParameter(java.lang.String groupingTypeParameter)
public java.util.List<SampleToGroupBox.Entry> getEntries()
public void setEntries(java.util.List<SampleToGroupBox.Entry> entries)
Copyright © 2020. All rights reserved.