Searched refs:samplesPerChunk (Results 1 – 1 of 1) sorted by relevance
114 long samplesPerChunk; field in SampleToChunkBox.Entry117 public Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex) { in Entry() argument119 this.samplesPerChunk = samplesPerChunk; in Entry()132 return samplesPerChunk; in getSamplesPerChunk()135 public void setSamplesPerChunk(long samplesPerChunk) { in setSamplesPerChunk() argument136 this.samplesPerChunk = samplesPerChunk; in setSamplesPerChunk()151 ", samplesPerChunk=" + samplesPerChunk + in toString()