Definition at line 39 of file Alc.cs.
◆ CaptureCloseDevice()
static bool OpenAL.Alc.CaptureCloseDevice |
( |
IntPtr |
device | ) |
|
◆ CaptureOpenDevice()
static IntPtr OpenAL.Alc.CaptureOpenDevice |
( |
string |
devicename, |
|
|
uint |
frequency, |
|
|
int |
format, |
|
|
int |
buffersize |
|
) |
| |
|
static |
◆ CaptureSamples()
static void OpenAL.Alc.CaptureSamples |
( |
IntPtr |
device, |
|
|
IntPtr |
buffer, |
|
|
int |
samples |
|
) |
| |
◆ CaptureStart()
static void OpenAL.Alc.CaptureStart |
( |
IntPtr |
device | ) |
|
◆ CaptureStop()
static void OpenAL.Alc.CaptureStop |
( |
IntPtr |
device | ) |
|
◆ CloseDevice()
static bool OpenAL.Alc.CloseDevice |
( |
IntPtr |
device | ) |
|
◆ CreateContext()
static IntPtr OpenAL.Alc.CreateContext |
( |
IntPtr |
device, |
|
|
int[] |
attrList |
|
) |
| |
|
static |
◆ DestroyContext()
static void OpenAL.Alc.DestroyContext |
( |
IntPtr |
context | ) |
|
◆ ErrorReasonCallback()
delegate void OpenAL.Alc.ErrorReasonCallback |
( |
string |
str | ) |
|
◆ GetContextsDevice()
static IntPtr OpenAL.Alc.GetContextsDevice |
( |
IntPtr |
context | ) |
|
◆ GetCurrentContext()
static IntPtr OpenAL.Alc.GetCurrentContext |
( |
| ) |
|
◆ GetEnumValue()
static int OpenAL.Alc.GetEnumValue |
( |
IntPtr |
device, |
|
|
string |
enumname |
|
) |
| |
◆ GetError()
static int OpenAL.Alc.GetError |
( |
IntPtr |
device | ) |
|
◆ GetErrorString()
static string OpenAL.Alc.GetErrorString |
( |
int |
errorCode | ) |
|
|
static |
◆ GetInteger()
static void OpenAL.Alc.GetInteger |
( |
IntPtr |
device, |
|
|
int |
param, |
|
|
out int |
data |
|
) |
| |
|
static |
◆ GetIntegerv()
static void OpenAL.Alc.GetIntegerv |
( |
IntPtr |
device, |
|
|
int |
param, |
|
|
int |
size, |
|
|
IntPtr |
data |
|
) |
| |
◆ GetProcAddress()
static IntPtr OpenAL.Alc.GetProcAddress |
( |
IntPtr |
device, |
|
|
string |
funcname |
|
) |
| |
◆ GetString()
static string OpenAL.Alc.GetString |
( |
IntPtr |
device, |
|
|
int |
param |
|
) |
| |
|
static |
◆ GetStringList()
static IReadOnlyList<string> OpenAL.Alc.GetStringList |
( |
IntPtr |
device, |
|
|
int |
param |
|
) |
| |
|
static |
◆ IsExtensionPresent()
static bool OpenAL.Alc.IsExtensionPresent |
( |
IntPtr |
device, |
|
|
string |
extname |
|
) |
| |
◆ MakeContextCurrent()
static bool OpenAL.Alc.MakeContextCurrent |
( |
IntPtr |
context | ) |
|
◆ OpenDevice()
static IntPtr OpenAL.Alc.OpenDevice |
( |
string |
deviceName | ) |
|
|
static |
◆ ProcessContext()
static void OpenAL.Alc.ProcessContext |
( |
IntPtr |
context | ) |
|
◆ SetErrorReasonCallback()
◆ SuspendContext()
static void OpenAL.Alc.SuspendContext |
( |
IntPtr |
context | ) |
|
◆ AllAttributes
const int OpenAL.Alc.AllAttributes = 0x1003 |
|
static |
◆ AllDevicesSpecifier
const int OpenAL.Alc.AllDevicesSpecifier = 0x1013 |
|
static |
◆ AttributesSize
const int OpenAL.Alc.AttributesSize = 0x1002 |
|
static |
◆ CaptureDefaultDeviceSpecifier
const int OpenAL.Alc.CaptureDefaultDeviceSpecifier = 0x311 |
|
static |
◆ CaptureDeviceSpecifier
const int OpenAL.Alc.CaptureDeviceSpecifier = 0x310 |
|
static |
◆ DefaultAllDevicesSpecifier
const int OpenAL.Alc.DefaultAllDevicesSpecifier = 0x1012 |
|
static |
◆ DefaultDeviceSpecifier
const int OpenAL.Alc.DefaultDeviceSpecifier = 0x1004 |
|
static |
◆ DeviceSpecifier
const int OpenAL.Alc.DeviceSpecifier = 0x1005 |
|
static |
◆ EnumCaptureSamples
const int OpenAL.Alc.EnumCaptureSamples = 0x312 |
|
static |
◆ EnumConnected
const int OpenAL.Alc.EnumConnected = 0x313 |
|
static |
◆ Extensions
const int OpenAL.Alc.Extensions = 0x1006 |
|
static |
◆ False
const int OpenAL.Alc.False = 0 |
|
static |
◆ Frequency
const int OpenAL.Alc.Frequency = 0x1007 |
|
static |
◆ InvalidContext
const int OpenAL.Alc.InvalidContext = 0xA002 |
|
static |
◆ InvalidDevice
const int OpenAL.Alc.InvalidDevice = 0xA001 |
|
static |
◆ InvalidEnum
const int OpenAL.Alc.InvalidEnum = 0xA003 |
|
static |
◆ InvalidValue
const int OpenAL.Alc.InvalidValue = 0xA004 |
|
static |
◆ MajorVersion
const int OpenAL.Alc.MajorVersion = 0x1000 |
|
static |
◆ MinorVersion
const int OpenAL.Alc.MinorVersion = 0x1001 |
|
static |
◆ MonoSources
const int OpenAL.Alc.MonoSources = 0x1010 |
|
static |
◆ NoError
const int OpenAL.Alc.NoError = False |
|
static |
◆ OutOfMemory
const int OpenAL.Alc.OutOfMemory = 0xA005 |
|
static |
◆ OutputDevicesSpecifier
const int OpenAL.Alc.OutputDevicesSpecifier |
|
static |
Initial value:=
const int AllDevicesSpecifier
Definition at line 114 of file Alc.cs.
◆ Refresh
const int OpenAL.Alc.Refresh = 0x1008 |
|
static |
◆ StereoSources
const int OpenAL.Alc.StereoSources = 0x1011 |
|
static |
◆ Sync
const int OpenAL.Alc.Sync = 0x1009 |
|
static |
◆ True
const int OpenAL.Alc.True = 1 |
|
static |