DataLine
Interface DataLine
- All Superinterfaces:
- AutoCloseable, Line
- All Known Subinterfaces:
- Clip, SourceDataLine, TargetDataLine
public interface DataLine extends Line
DataLine
adds media-related functionality to its superinterface,
- This functionality includes transport-control methods that start, stop, drain, and flush the audio data that passes through the line- A data line can also report the current position, volume, and audio format of the media- Data lines are used for output of audio by means of the subinterfaces Line
Sour