Class OALContext.AttributeValue
java.lang.Object
com.blackrook.gloop.openal.OALContext.AttributeValue
- Enclosing class:
OALContext
A single pair of attribute-value.
- Author:
- Matthew Tropiano
-
Method Summary
Modifier and TypeMethodDescriptionstatic OALContext.AttributeValuecreate(OALContext.ContextAttribute attribute, int value) Creates a context attribute.
-
Method Details
-
create
Creates a context attribute.- Parameters:
attribute- the attribute type.value- the attribute's value.- Returns:
- the created attribute.
-