public static interface AESAudioMetadata.FormatRegion
Modifier and Type | Method and Description |
---|---|
void |
clearBitrateReduction()
Sets the bitrate reduction information to null (no compression).
|
int |
getBitDepth()
Returns the bit depth.
|
String[] |
getBitrateReduction()
Returns the bitrate reduction (compression information).
|
double |
getSampleRate()
Returns the sample rate.
|
int |
getWordSize()
Returns the word size.
|
boolean |
isEmpty()
Returns
true if the region is empty. |
void |
setBitDepth(int bitDepth)
Sets the bit depth value.
|
void |
setBitrateReduction(String codecName,
String codecNameVersion,
String codecCreatorApplication,
String codecCreatorApplicationVersion,
String codecQuality,
String dataRate,
String dataRateMode)
Sets the bitrate reduction (aka compression type).
|
void |
setSampleRate(double sampleRate)
Sets the sample rate.
|
void |
setWordSize(int wordSize)
Sets the word size.
|
int getBitDepth()
String[] getBitrateReduction()
double getSampleRate()
int getWordSize()
boolean isEmpty()
true
if the region is empty.void setBitDepth(int bitDepth)
void clearBitrateReduction()
void setBitrateReduction(String codecName, String codecNameVersion, String codecCreatorApplication, String codecCreatorApplicationVersion, String codecQuality, String dataRate, String dataRateMode)
void setSampleRate(double sampleRate)
void setWordSize(int wordSize)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.