Home
last modified time | relevance | path

Searched refs:samplesPerChunk (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DSampleToChunkBox.java114 long samplesPerChunk; field in SampleToChunkBox.Entry
117 public Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex) { in Entry() argument
119 this.samplesPerChunk = samplesPerChunk; in Entry()
132 return samplesPerChunk; in getSamplesPerChunk()
135 public void setSamplesPerChunk(long samplesPerChunk) { in setSamplesPerChunk() argument
136 this.samplesPerChunk = samplesPerChunk; in setSamplesPerChunk()
151 ", samplesPerChunk=" + samplesPerChunk + in toString()