- All Superinterfaces:
- DataLine, Line
- See Also:
- Top Examples, Source Code,
START , STOP , available , DataLine.Info , getLine ,
TargetDataLine
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 write(byte[] b,
int off,
int len) - See Also:
DataLine.available() , TargetDataLine.read(byte[], int, int) , ArrayIndexOutOfBoundsException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
| Popular Tags |