SourceDataLine
Interface SourceDataLine
- All Superinterfaces:
- AutoCloseable, DataLine, Line
public interface SourceDataLine extends DataLine
A source data line is a data line to which data may be written. It acts as a source to its mixer. An application writes audio bytes to a source data line, which handles the buffering of the bytes and delivers them to the mixer. The mixer may mix the samples with those from other sources and then deliver the mix to a target such as an output port (which may represent an audio output device on a sound card).
Note that the naming convention for this interface reflects the relationship between the line and its mixer. From the perspective of an application, a source data li