Class ALVersion


  • public class ALVersion
    extends Object
    • Constructor Detail

      • ALVersion

        public ALVersion​(AL al)
        ALVersion Ctor

        The given AL is being used and assumed having a current ALCcontext, w/o any resources being allocated.

        Parameters:
        al - AL instance with a current ALCcontext.
      • ALVersion

        public ALVersion​(ALC alc)
        ALVersion Ctor

        The given ALC is being used and and ALCcontext are allocated, made current and finally being released.

        Parameters:
        alc - static ALC 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 the AL_VERSION string if exists, otherwise the zero version instance.
           1.1.0 (1.1 ALSOFT 1.23.1)