Uses of Class
co.ecg.alpaca.toolkit.generated.enums.AudioFileCodec
-
Packages that use AudioFileCodec Package Description co.ecg.alpaca.toolkit.generated.enums -
-
Uses of AudioFileCodec in co.ecg.alpaca.toolkit.generated.enums
Methods in co.ecg.alpaca.toolkit.generated.enums that return AudioFileCodec Modifier and Type Method Description static AudioFileCodecAudioFileCodec. get(String value)static AudioFileCodec[]AudioFileCodec. getArray(String[] values)static AudioFileCodecAudioFileCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioFileCodec[]AudioFileCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.
-