Class SyncSampleEntry
java.lang.Object
org.mp4parser.boxes.samplegrouping.GroupEntry
org.mp4parser.boxes.iso14496.part15.SyncSampleEntry
A sync sample sample group entry identifies samples containing a sync sample of a specific type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget()intintgetType()inthashCode()voidparse(ByteBuffer byteBuffer) voidsetNalUnitType(int nalUnitType) voidsetReserved(int reserved) toString()Methods inherited from class org.mp4parser.boxes.samplegrouping.GroupEntry
size
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
SyncSampleEntry
public SyncSampleEntry()
-
-
Method Details
-
parse
- Specified by:
parsein classGroupEntry
-
get
- Specified by:
getin classGroupEntry
-
equals
-
hashCode
public int hashCode() -
getReserved
public int getReserved() -
setReserved
public void setReserved(int reserved) -
getNalUnitType
public int getNalUnitType() -
setNalUnitType
public void setNalUnitType(int nalUnitType) -
getType
- Specified by:
getTypein classGroupEntry
-
toString
-