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.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public WavAudioInfo()
Initializes a new instance of the WavAudioInfo
class.
public final int getAudioFormat()
Gets the audio format.
public final int getNumberOfChannels()
Gets the number of channels.
public final int getSampleRate()
Gets the sample rate.
public final int getByteRate()
Gets the byte rate.
public final int getBlockAlign()
Gets the block align.
public final int getBitsPerSample()
Gets the bits per sample.
Copyright © 2019. All rights reserved.