4package com.jogamp.openal;
6import com.jogamp.gluegen.runtime.*;
7import com.jogamp.common.os.*;
8import com.jogamp.common.nio.*;
10import com.jogamp.common.util.*;
13import java.util.HashMap;
14import java.nio.charset.Charset;
15import java.nio.charset.StandardCharsets;
static final int ALC_INVALID_ENUM
Define "ALC_INVALID_ENUM" with expression '0xA003', CType: int.
static final int ALC_EXT_CAPTURE
Define "ALC_EXT_CAPTURE" with expression '1', CType: int.
static final int ALC_MAJOR_VERSION
Define "ALC_MAJOR_VERSION" with expression '0x1000', CType: int.
static final int ALC_DEVICE_SPECIFIER
Define "ALC_DEVICE_SPECIFIER" with expression '0x1005', CType: int.
static final int ALC_SYNC
Define "ALC_SYNC" with expression '0x1009', CType: int.
static final int ALC_VERSION_0_1
Define "ALC_VERSION_0_1" with expression '1', CType: int.
static final int ALC_CAPTURE_SAMPLES
Define "ALC_CAPTURE_SAMPLES" with expression '0x312', CType: int.
static final int ALC_STEREO_SOURCES
Define "ALC_STEREO_SOURCES" with expression '0x1011', CType: int.
static final int ALC_INVALID_VALUE
Define "ALC_INVALID_VALUE" with expression '0xA004', CType: int.
static final int ALC_MINOR_VERSION
Define "ALC_MINOR_VERSION" with expression '0x1001', CType: int.
static final int ALC_ENUMERATE_ALL_EXT
Define "ALC_ENUMERATE_ALL_EXT" with expression '1', CType: int.
static final int ALC_INVALID
Define "ALC_INVALID" with expression '0', CType: int.
static final int ALC_FREQUENCY
Define "ALC_FREQUENCY" with expression '0x1007', CType: int.
static final int ALC_FALSE
Define "ALC_FALSE" with expression '0', CType: int.
static final int ALC_NO_ERROR
Define "ALC_NO_ERROR" with expression '0', CType: int.
static final int ALC_CAPTURE_DEVICE_SPECIFIER
Define "ALC_CAPTURE_DEVICE_SPECIFIER" with expression '0x310', CType: int.
static final int ALC_EXTENSIONS
Define "ALC_EXTENSIONS" with expression '0x1006', CType: int.
static final int ALC_MONO_SOURCES
Define "ALC_MONO_SOURCES" with expression '0x1010', CType: int.
static final int ALC_INVALID_DEVICE
Define "ALC_INVALID_DEVICE" with expression '0xA001', CType: int.
static final int ALC_OUT_OF_MEMORY
Define "ALC_OUT_OF_MEMORY" with expression '0xA005', CType: int.
static final int ALC_DEFAULT_DEVICE_SPECIFIER
Define "ALC_DEFAULT_DEVICE_SPECIFIER" with expression '0x1004', CType: int.
static final int ALC_ATTRIBUTES_SIZE
Define "ALC_ATTRIBUTES_SIZE" with expression '0x1002', CType: int.
static final int ALC_REFRESH
Define "ALC_REFRESH" with expression '0x1008', CType: int.
static final int ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER
Define "ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER" with expression '0x311', CType: int.
static final int ALC_DEFAULT_ALL_DEVICES_SPECIFIER
Define "ALC_DEFAULT_ALL_DEVICES_SPECIFIER" with expression '0x1012', CType: int.
static final int ALC_TRUE
Define "ALC_TRUE" with expression '1', CType: int.
static final int ALC_ALL_DEVICES_SPECIFIER
Define "ALC_ALL_DEVICES_SPECIFIER" with expression '0x1013', CType: int.
static final int ALC_ALL_ATTRIBUTES
Define "ALC_ALL_ATTRIBUTES" with expression '0x1003', CType: int.
static final int ALC_INVALID_CONTEXT
Define "ALC_INVALID_CONTEXT" with expression '0xA002', CType: int.