Class RollRecoveryEntry
java.lang.Object
org.mp4parser.boxes.samplegrouping.GroupEntry
org.mp4parser.boxes.samplegrouping.RollRecoveryEntry
4cc = ""roll""
roll_distance is a signed integer that gives the number of samples that must be decoded in order for a sample to be decoded correctly. A positive value indicates the number of samples after the sample that is a group member that must be decoded such that at the last of these recovery is complete, i.e. the last sample is correct. A negative value indicates the number of samples before the sample that is a group member that must be decoded in order for recovery to be complete at the marked sample. The value zero must not be used; the sync sample table documents random access points for which no recovery roll is needed.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanget()shortgetType()inthashCode()voidparse(ByteBuffer byteBuffer) voidsetRollDistance(short rollDistance) Methods inherited from class org.mp4parser.boxes.samplegrouping.GroupEntry
size
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
RollRecoveryEntry
public RollRecoveryEntry()
-
-
Method Details
-
getType
- Specified by:
getTypein classGroupEntry
-
getRollDistance
public short getRollDistance() -
setRollDistance
public void setRollDistance(short rollDistance) -
parse
- Specified by:
parsein classGroupEntry
-
get
- Specified by:
getin classGroupEntry
-
equals
-
hashCode
public int hashCode()
-