Line
Interface Line
- All Superinterfaces:
- AutoCloseable
- All Known Subinterfaces:
- Clip, DataLine, Mixer, Port, SourceDataLine, TargetDataLine
public interface Line extends AutoCloseable
The Line
interface represents a mono or multi-channel audio feed. A line is an element of the digital audio "pipeline," such as a mixer, an input or output port, or a data path into or out of a mixer.
A line can have controls, such as gain, pan, and reverb. The controls themselves are instances of classes that extend the base 登录查看完整内容