397398399400401402403404405406407
// " framesPerPixel: " + framesPerPixel + " timePerPixel: " + timePerPixel + " w: " + w); try { // One sample per frame because we converted the file to mono. long n = reader.skipSamples((long)(localFirstEventTime * frameRate)); } catch (Exception e) { e.printStackTrace(); }