Uses of Enum Class
com.jackmeng.halcyoninae.tailwind.FileFormat
Packages that use FileFormat
Package
Description
This package represents the Tailwind Audio Framework
used by the GUI player.
-
Uses of FileFormat in com.jackmeng.halcyoninae.tailwind
Fields in com.jackmeng.halcyoninae.tailwind declared as FileFormatMethods in com.jackmeng.halcyoninae.tailwind that return FileFormatModifier and TypeMethodDescriptionTailwind.getFileFormat()
static FileFormat
FileFormat.getFormatByName
(String name) static FileFormat
Returns the enum constant of this class with the specified name.static FileFormat[]
FileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.