Lines Matching defs:format
69 * Opens the line with the specified format and suggested buffer size,
91 * @param format the desired audio format
97 * or if <code>format</code> is not fully specified or invalid
108 public void open(AudioFormat format, int bufferSize) throws LineUnavailableException;
112 * Opens the line with the specified format, causing the line to acquire any
132 * @param format the desired audio format
135 * @throws IllegalArgumentException if <code>format</code>
147 public void open(AudioFormat format) throws LineUnavailableException;