|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|
Public 成员函数 | |
| static unsafe IntPtr | alcOpenDevice (byte *devicename) |
| static unsafe IntPtr | alcCreateContext (IntPtr device, int *attrlist) |
| static bool | alcMakeContextCurrent (IntPtr context) |
| static void | alcDestroyContext (IntPtr context) |
| static bool | alcCloseDevice (IntPtr device) |
| static int | alcGetError (IntPtr device) |
| static int | alGetError () |
| static void | alGenSources (int n, out uint sources) |
| static void | alDeleteSources (int n, ref uint sources) |
| static void | alSourcei (uint source, int param, int value) |
| static void | alSourcef (uint source, int param, float value) |
| static void | alSource3f (uint source, int param, float v1, float v2, float v3) |
| static void | alSourcePlay (uint source) |
| static void | alSourcePause (uint source) |
| static void | alSourceStop (uint source) |
| static void | alSourceRewind (uint source) |
| static void | alGetSourcei (uint source, int param, out int value) |
| static void | alGenBuffers (int n, out uint buffers) |
| static void | alDeleteBuffers (int n, ref uint buffers) |
| static unsafe void | alBufferData (uint buffer, int format, void *data, int size, int freq) |
| static void | alListenerf (int param, float value) |
| static void | alDistanceModel (int model) |
| static unsafe void | alSourceQueueBuffers (uint source, int nb, uint *buffers) |
| static unsafe void | alSourceUnqueueBuffers (uint source, int nb, uint *buffers) |
静态 Private 属性 | |
| const string | LibOal = "openal32" |
| unsafe void Engine.Browser.OAL.alBufferData | ( | uint | buffer, |
| int | format, | ||
| void * | data, | ||
| int | size, | ||
| int | freq ) |
| bool Engine.Browser.OAL.alcCloseDevice | ( | IntPtr | device | ) |

| unsafe IntPtr Engine.Browser.OAL.alcCreateContext | ( | IntPtr | device, |
| int * | attrlist ) |

| void Engine.Browser.OAL.alcDestroyContext | ( | IntPtr | context | ) |

| int Engine.Browser.OAL.alcGetError | ( | IntPtr | device | ) |
| bool Engine.Browser.OAL.alcMakeContextCurrent | ( | IntPtr | context | ) |

| unsafe IntPtr Engine.Browser.OAL.alcOpenDevice | ( | byte * | devicename | ) |

| void Engine.Browser.OAL.alDeleteBuffers | ( | int | n, |
| ref uint | buffers ) |
| void Engine.Browser.OAL.alDeleteSources | ( | int | n, |
| ref uint | sources ) |
| void Engine.Browser.OAL.alDistanceModel | ( | int | model | ) |
| void Engine.Browser.OAL.alGenBuffers | ( | int | n, |
| out uint | buffers ) |

| void Engine.Browser.OAL.alGenSources | ( | int | n, |
| out uint | sources ) |

| int Engine.Browser.OAL.alGetError | ( | ) |
| void Engine.Browser.OAL.alGetSourcei | ( | uint | source, |
| int | param, | ||
| out int | value ) |
| void Engine.Browser.OAL.alListenerf | ( | int | param, |
| float | value ) |
| void Engine.Browser.OAL.alSource3f | ( | uint | source, |
| int | param, | ||
| float | v1, | ||
| float | v2, | ||
| float | v3 ) |
| void Engine.Browser.OAL.alSourcef | ( | uint | source, |
| int | param, | ||
| float | value ) |
| void Engine.Browser.OAL.alSourcei | ( | uint | source, |
| int | param, | ||
| int | value ) |
| void Engine.Browser.OAL.alSourcePause | ( | uint | source | ) |
| void Engine.Browser.OAL.alSourcePlay | ( | uint | source | ) |
| unsafe void Engine.Browser.OAL.alSourceQueueBuffers | ( | uint | source, |
| int | nb, | ||
| uint * | buffers ) |
| void Engine.Browser.OAL.alSourceRewind | ( | uint | source | ) |
| void Engine.Browser.OAL.alSourceStop | ( | uint | source | ) |
| unsafe void Engine.Browser.OAL.alSourceUnqueueBuffers | ( | uint | source, |
| int | nb, | ||
| uint * | buffers ) |