Class SampleToChunkBox.Entry
java.lang.Object
org.mp4parser.boxes.iso14496.part12.SampleToChunkBox.Entry
- Enclosing class:
SampleToChunkBox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonglonginthashCode()voidsetFirstChunk(long firstChunk) voidsetSampleDescriptionIndex(long sampleDescriptionIndex) voidsetSamplesPerChunk(long samplesPerChunk) toString()
-
Constructor Details
-
Entry
public Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex)
-
-
Method Details
-
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) -
toString
-
equals
-
hashCode
public int hashCode()
-