Example usage for Java javax.sound.sampled AudioFileFormat fields, constructors, methods, implement or subclass
The text is from its open source code.
HashMap | properties The set of properties. |
AudioFileFormat(Type type, AudioFormat format, int frameLength) Constructs an audio file format object. |
AudioFormat | getFormat() Obtains the format of the audio data contained in the audio file. |
Type | getType() Obtains the audio file type, such as WAVE or AU . |
String | toString() Provides a string representation of the file format. |