TargetDataLine
Interface TargetDataLine
- All Superinterfaces:
- AutoCloseable, DataLine, Line
public interface TargetDataLine extends DataLine
A target data line is a type of
from which audio data can be read. The most common example is a data line that gets its data from an audio capture device. (The device is implemented as a mixer that writes to the target data line.) DataLine
Note that the naming convention for this interface reflects the relationship between the line and its mixer. From the perspective of an application, a target data line may act as a source for audio data.
The target data line can be ob