KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > DataLine

javax.sound.sampled
Interface DataLine

All Superinterfaces:
Line
All Known Subinterfaces:
Clip, SourceDataLine, TargetDataLine
See Also:
Top Examples, synchronize, start(), STOP, START, flush(), drain(), LineEvent

int available()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void drain()
See Also:
flush()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void flush()
See Also:
drain(), stop()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getBufferSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


AudioFormat getFormat()
See Also:
SourceDataLine.open(AudioFormat)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getFramePosition()
See Also:
getLongFramePosition()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


float getLevel()
See Also:
AudioSystem.NOT_SPECIFIED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


long getLongFramePosition()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


long getMicrosecondPosition()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isActive()
See Also:
LineListener, LineEvent, Line.removeLineListener(javax.sound.sampled.LineListener), Line.addLineListener(javax.sound.sampled.LineListener), Line.isOpen(), STOP, START
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isRunning()
See Also:
stop(), start()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void start()
See Also:
LineEvent, isRunning(), stop(), START
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void stop()
See Also:
LineEvent, flush(), isRunning(), start(), STOP
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags