Class SampleToChunkBox.Entry
- java.lang.Object
-
- org.mp4parser.boxes.iso14496.part12.SampleToChunkBox.Entry
-
- Enclosing class:
- SampleToChunkBox
public static class SampleToChunkBox.Entry extends Object
-
-
Constructor Summary
Constructors Constructor Description Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex)
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)longgetFirstChunk()longgetSampleDescriptionIndex()longgetSamplesPerChunk()inthashCode()voidsetFirstChunk(long firstChunk)voidsetSampleDescriptionIndex(long sampleDescriptionIndex)voidsetSamplesPerChunk(long samplesPerChunk)StringtoString()
-
-
-
Method Detail
-
getFirstChunk
public long getFirstChunk()
-
setFirstChunk
public void setFirstChunk(long firstChunk)
-
getSamplesPerChunk
public long getSamplesPerChunk()
-
setSamplesPerChunk
public void setSamplesPerChunk(long samplesPerChunk)
-
getSampleDescriptionIndex
public long getSampleDescriptionIndex()
-
setSampleDescriptionIndex
public void setSampleDescriptionIndex(long sampleDescriptionIndex)
-
-