Class SyncSampleEntry
- java.lang.Object
-
- org.mp4parser.boxes.samplegrouping.GroupEntry
-
- org.mp4parser.boxes.iso14496.part15.SyncSampleEntry
-
public class SyncSampleEntry extends GroupEntry
A sync sample sample group entry identifies samples containing a sync sample of a specific type.
-
-
Constructor Summary
Constructors Constructor Description SyncSampleEntry()
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)ByteBufferget()intgetNalUnitType()intgetReserved()StringgetType()inthashCode()voidparse(ByteBuffer byteBuffer)voidsetNalUnitType(int nalUnitType)voidsetReserved(int reserved)StringtoString()-
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
-
get
public ByteBuffer get()
- Specified by:
getin classGroupEntry
-
getReserved
public int getReserved()
-
setReserved
public void setReserved(int reserved)
-
getNalUnitType
public int getNalUnitType()
-
setNalUnitType
public void setNalUnitType(int nalUnitType)
-
getType
public String getType()
- Specified by:
getTypein classGroupEntry
-
-