Package jogamp.openal

Class ALCImpl

    • Constructor Detail

      • ALCImpl

        public ALCImpl()
    • Method Detail

      • alcGetString

        public String alcGetString​(ALCdevice device,
                                   int param)
        Description copied from interface: ALC
        Entry point (through function pointer) to C language function:
        const ALCchar * alcGetString(ALCdevice * device, ALCenum param)
      • alcGetStringImpl

        public ByteBuffer alcGetStringImpl​(ALCdevice device,
                                           int param)
        Entry point (through function pointer) to C language function:
        const ALCchar * alcGetString(ALCdevice * device, ALCenum param);
      • alcGetDeviceSpecifiers

        public String[] alcGetDeviceSpecifiers()
        Fetches the names of the available ALC device specifiers. Equivalent to the C call alcGetString(NULL, ALC_DEVICE_SPECIFIER).
      • alcGetCaptureDeviceSpecifiers

        public String[] alcGetCaptureDeviceSpecifiers()
        Fetches the names of the available ALC capture device specifiers. Equivalent to the C call alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER).