Uses of Enum Class
pi.resources.sound.SoundFormat
Packages that use SoundFormat
-
Uses of SoundFormat in pi.resources.sound
Methods in pi.resources.sound that return SoundFormatModifier and TypeMethodDescriptionstatic SoundFormatGets theSoundFormatof the specified format string.SoundResource.getFormat()static SoundFormatReturns the enum constant of this class with the specified name.static SoundFormat[]SoundFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pi.resources.sound with parameters of type SoundFormatConstructors in pi.resources.sound with parameters of type SoundFormatModifierConstructorDescriptionSoundResource(InputStream data, String name, SoundFormat format) SoundResource(Sound sound, SoundFormat format)