Java javax.sound.sampled DataLine.Info fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.sampled DataLine.Info fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.sampled DataLine.Info.

The text is from its open source code.

Constructor

Info(Class lineClass, AudioFormat format)
Constructs a data line's info object from the specified information, which includes a single audio format.