private SeekableByteChannel getInput(Chunk chunk) {
   SampleEntry se = entries[chunk.getEntry() - 1];
   return inputs[se.getDrefInd() - 1];
 }