- All Superinterfaces:
- DataLine, Line
- See Also:
- Source Code,
available, DataLine.Info, getLine,
SourceDataLine
void open(AudioFormat format)
throws LineUnavailableException- See Also:
LineEvent, Line.isOpen(), Line.close(), Line.open(), open(AudioFormat, int), SecurityException, IllegalStateException, IllegalArgumentException, OPEN, DataLine.getBufferSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void open(AudioFormat format,
int bufferSize)
throws LineUnavailableException- See Also:
LineEvent, Line.isOpen(), Line.close(), Line.open(), open(AudioFormat), SecurityException, IllegalStateException, IllegalArgumentException, OPEN, DataLine.getBufferSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int read(byte[] b,
int off,
int len)- See Also:
DataLine.available(), SourceDataLine.write(byte[], int, int), ArrayIndexOutOfBoundsException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples