Uses of Enum Class
com.blackrook.gloop.openal.OALContext.ContextAttribute
Packages that use OALContext.ContextAttribute
-
Uses of OALContext.ContextAttribute in com.blackrook.gloop.openal
Subclasses with type arguments of type OALContext.ContextAttribute in com.blackrook.gloop.openalModifier and TypeClassDescriptionstatic enumEnumeration of Context creation attributes.Methods in com.blackrook.gloop.openal that return OALContext.ContextAttributeModifier and TypeMethodDescriptionstatic OALContext.ContextAttributeReturns the enum constant of this class with the specified name.static OALContext.ContextAttribute[]OALContext.ContextAttribute.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 OALContext.ContextAttributeModifier and TypeMethodDescriptionstatic OALContext.AttributeValueOALContext.AttributeValue.create(OALContext.ContextAttribute attribute, int value) Creates a context attribute.OALContext.getAttributeValue(OALContext.ContextAttribute attribute) Returns the corresponding value of a context attribute used to create this context.