javax.sound.sampled
Interface TargetDataLine

All Superinterfaces:
DataLine, Line
All Known Implementing Classes:
AlsaTargetDataLine, EsdTargetDataLine

public interface TargetDataLine
extends DataLine


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.sound.sampled.DataLine
DataLine.Info
 
Method Summary
 void open(AudioFormat audioFormat)
           
 void open(AudioFormat audioFormat, int nBufferSize)
           
 int read(byte[] abData, int nOffset, int nLength)
           
 
Methods inherited from interface javax.sound.sampled.DataLine
available, drain, flush, getBufferSize, getFormat, getFramePosition, getLevel, getMicrosecondPosition, isActive, isRunning, start, stop
 
Methods inherited from interface javax.sound.sampled.Line
addLineListener, close, getControl, getControls, getLineInfo, isControlSupported, isOpen, open, removeLineListener
 

Method Detail

open

void open(AudioFormat audioFormat,
          int nBufferSize)
          throws LineUnavailableException
Throws:
LineUnavailableException

open

void open(AudioFormat audioFormat)
          throws LineUnavailableException
Throws:
LineUnavailableException

read

int read(byte[] abData,
         int nOffset,
         int nLength)