Uses of Enum Class
de.pirckheimer_gymnasium.engine_pi.resources.SoundFormat
Packages that use SoundFormat
Package
Description
Eine Sammlung von Zwischenspeichern für verschiedene Spiel-Ressourcen wie zum
Beispiel Bilder und Audioklänge.
-
Uses of SoundFormat in de.pirckheimer_gymnasium.engine_pi.resources
Methods in de.pirckheimer_gymnasium.engine_pi.resources 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 de.pirckheimer_gymnasium.engine_pi.resources with parameters of type SoundFormatConstructors in de.pirckheimer_gymnasium.engine_pi.resources with parameters of type SoundFormatModifierConstructorDescriptionSoundResource(Sound sound, SoundFormat format) SoundResource(InputStream data, String name, SoundFormat format)