Lines Matching refs:format
63 * Opens the line with the specified format and requested buffer size,
85 * @param format the desired audio format
91 * or if <code>format</code> is not fully specified or invalid
102 public void open(AudioFormat format, int bufferSize) throws LineUnavailableException;
106 * Opens the line with the specified format, causing the line to acquire any
125 * @param format the desired audio format
128 * @throws IllegalArgumentException if <code>format</code>
140 public void open(AudioFormat format) throws LineUnavailableException;