Searched defs:UNKNOWN_LENGTH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiFileFormat.java100 public static final int UNKNOWN_LENGTH = -1; field in class:MidiFileFormat
145 * @param bytes the length of the MIDI file in bytes, or UNKNOWN_LENGTH if not known
146 * @param microseconds the duration of the file in microseconds, or UNKNOWN_LENGTH if not known
147 * @see #UNKNOWN_LENGTH
173 * or UNKNOWN_LENGTH if not known
175 * or UNKNOWN_LENGTH if not known
179 * @see #UNKNOWN_LENGTH
238 * @return the number of bytes in the file, or UNKNOWN_LENGTH if not known
239 * @see #UNKNOWN_LENGTH
247 * @return the file's duration in microseconds, or UNKNOWN_LENGTH i
[all...]

Completed in 30 milliseconds