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

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

Introduction

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

The text is from its open source code.

Field

HashMapproperties
The set of properties.

Constructor

Method

AudioFormatgetFormat()
Obtains the format of the audio data contained in the audio file.
TypegetType()
Obtains the audio file type, such as WAVE or AU .
StringtoString()
Provides a string representation of the file format.