Example usage for Java javax.sound.sampled DataLine.Info fields, constructors, methods, implement or subclass
The text is from its open source code.
Info(Class> lineClass, AudioFormat format) Constructs a data line's info object from the specified information, which includes a single audio format. |