Uses of Enum Class
com.blackrook.gloop.openal.OALBuffer.Format
Packages that use OALBuffer.Format
-
Uses of OALBuffer.Format in com.blackrook.gloop.openal
Subclasses with type arguments of type OALBuffer.Format in com.blackrook.gloop.openalFields in com.blackrook.gloop.openal declared as OALBuffer.FormatMethods in com.blackrook.gloop.openal that return OALBuffer.FormatModifier and TypeMethodDescriptionOALBuffer.getFormat()static OALBuffer.FormatReturns the enum constant of this class with the specified name.static OALBuffer.Format[]OALBuffer.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blackrook.gloop.openal with parameters of type OALBuffer.FormatModifier and TypeMethodDescriptionvoidOALBuffer.setFormat(OALBuffer.Format format) Sets this buffer's bitrate format.