Package com.jogamp.openal
Class ALVersion
- java.lang.Object
-
- com.jogamp.openal.ALVersion
-
public class ALVersion extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRenderer()
Return the AL context implementation renderer.String
getVendor()
Return the AL context implementation vendor.VersionNumberString
getVendorVersion()
Returns the optional vendor version at the end of theAL_VERSION
string if exists, otherwise thezero version
instance.VersionNumberString
getVersion()
Return the AL context implementation version.String
toString()
StringBuilder
toString(boolean withNewline, StringBuilder sb)
-
-
-
Constructor Detail
-
ALVersion
public ALVersion(AL al)
ALVersion CtorThe given
AL
is being used and assumed having a currentALCcontext
, w/o any resources being allocated.- Parameters:
al
-AL
instance with a currentALCcontext
.
-
ALVersion
public ALVersion(ALC alc)
ALVersion CtorThe given
ALC
is being used and andALCcontext
are allocated, made current and finally being released.- Parameters:
alc
- staticALC
instance
-
-
Method Detail
-
getVendor
public String getVendor()
Return the AL context implementation vendor.
-
getRenderer
public String getRenderer()
Return the AL context implementation renderer.
-
getVersion
public VersionNumberString getVersion()
Return the AL context implementation version.
-
getVendorVersion
public VersionNumberString getVendorVersion()
Returns the optional vendor version at the end of theAL_VERSION
string if exists, otherwise thezero version
instance.1.1.0 (1.1 ALSOFT 1.23.1)
-
toString
public StringBuilder toString(boolean withNewline, StringBuilder sb)
-
-