public final class WavAudioInfo extends MetadataContainer
Represents audio metadata in WavFormat
.
Constructor and Description |
---|
WavAudioInfo()
Initializes a new instance of the
WavAudioInfo class. |
Modifier and Type | Method and Description |
---|---|
int |
getAudioFormat()
Gets the audio format.
|
int |
getBitsPerSample()
Gets the bits per sample.
|
int |
getBlockAlign()
Gets the block align.
|
int |
getByteRate()
Gets the byte rate.
|
int |
getNumberOfChannels()
Gets the number of channels.
|
int |
getSampleRate()
Gets the sample rate.
|
getKeys
getByType, getMetadataType, readByStringKey
public WavAudioInfo()
Initializes a new instance of the WavAudioInfo
class.
public final int getAudioFormat()
Gets the audio format.
Value: The audio format.public final int getNumberOfChannels()
Gets the number of channels.
Value: The number of channels.public final int getSampleRate()
Gets the sample rate.
Value: The sample rate.public final int getByteRate()
Gets the byte rate.
Value: The byte rate.public final int getBlockAlign()
Gets the block align.
Value: The block align.public final int getBitsPerSample()
Gets the bits per sample.
Value: The bits per sample.Copyright © 2017. All rights reserved.