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

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

Introduction

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

The text is from its open source code.

Field

HashMapproperties
The set of properties.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
intgetChannels()
Obtains the number of channels.
EncodinggetEncoding()
Obtains the type of encoding for sounds in this format.
floatgetFrameRate()
Obtains the frame rate in frames per second.
intgetFrameSize()
Obtains the frame size in bytes.
floatgetSampleRate()
Obtains the sample rate.
intgetSampleSizeInBits()
Obtains the size of a sample.
booleanisBigEndian()
Indicates whether the audio data is stored in big-endian or little-endian byte order.
booleanmatches(AudioFormat format)
Indicates whether this format matches the one specified.
StringtoString()
Returns a string that describes the format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".