Class TemporalSubLayerSampleGroup
- java.lang.Object
-
- org.mp4parser.boxes.samplegrouping.GroupEntry
-
- org.mp4parser.boxes.iso14496.part15.TemporalSubLayerSampleGroup
-
public class TemporalSubLayerSampleGroup extends GroupEntry
This sample group is used to mark temporal layer access (TSA) samples.
-
-
Constructor Summary
Constructors Constructor Description TemporalSubLayerSampleGroup()
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)ByteBufferget()StringgetType()inthashCode()voidparse(ByteBuffer byteBuffer)-
Methods inherited from class org.mp4parser.boxes.samplegrouping.GroupEntry
size
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public void parse(ByteBuffer byteBuffer)
- Specified by:
parsein classGroupEntry
-
getType
public String getType()
- Specified by:
getTypein classGroupEntry
-
get
public ByteBuffer get()
- Specified by:
getin classGroupEntry
-
-