Package | Description |
---|---|
org.openimaj.audio.conversion |
Modifier and Type | Method and Description |
---|---|
static BitDepthConverter.BitDepthConversionAlgorithm |
BitDepthConverter.BitDepthConversionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitDepthConverter.BitDepthConversionAlgorithm[] |
BitDepthConverter.BitDepthConversionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BitDepthConverter(AudioStream as,
BitDepthConverter.BitDepthConversionAlgorithm converter,
AudioFormat outputFormat)
Chainable constructor.
|
BitDepthConverter(BitDepthConverter.BitDepthConversionAlgorithm converter,
AudioFormat outputFormat)
Default constructor that takes the input conversion
|