|
audio/alFlushEvents(3d) -- Flush all events in event queue
|
eventq expects a valid ALeventQueue initialized by alOpenEventQueue(3dm). |
audio/ALfreeconfig(3d) -- (obsolete) deallocates an audio ALconfig structure
|
config expects an ALconfig structure, the returned value of ALnewconfig(3dm) or ALgetconfig(3dm). |
audio/alFreeConfig(3d) -- deallocates an audio ALconfig structure
|
config expects an ALconfig structure, the returned value of alNewConfig(3dm) or alGetConfig(3dm). |
audio/alFreeEvent(3d) -- deallocates an audio ALevent structure
|
config expects an ALevent structure, the returned value of alNewEvent(3dm) |
audio/ALgetchannels(3d) -- (obsolete) get/set the channel setting in an audio ALconfig structure
|
config expects an ALconfig structure, the returned value of ALnewconfig(3dm) or ALgetconfig(3dm). channels expects a long value indicating the number of samples per sampling interval. The currently valid values are: 1, 2, and 4. |
audio/alGetChannels(3d) -- get/set the channel setting in an audio ALconfig
|
config expects an ALconfig structure, the returned value of alNewConfig(3dm) or alGetConfig(3dm). channels expects a int value indicating the number of samples per sample frame, i.e. the number of channels. |
audio/ALgetconfig(3d) -- (obsolete) get/set the ALconfig structure of an audio ALport structure
|
port expects an ALport structure, the returned value of an ALopenport(3dm) call. config expects an ALconfig structure, the returned value of a call to ALnewconfig(3dm) or ALgetconfig(3dm). |
audio/alGetConfig(3d) -- get/set the ALconfig of an audio ALport
|
port expects an ALport, the returned value of an alOpenPort(3dm) call. config expects an ALconfig, the returned value of a call to alNewConfig(3dm) or alGetConfig. |
audio/ALgetdefault(3d) -- (obsolete) returns the default value for an audio device state variable
|
device expects a device. Currently there is only one device, AL_DEFAULT_DEVICE. parameter expects the symbolic constant for the device state variable for which you want the default value. |
audio/alGetDevice(3d) -- get/set the device setting in an audio ALconfig structure
|
config expects an ALconfig structure, the returned value of a call to alNewConfig(3dm) or alGetConfig(3dm). device expects the integer resource ID of an audio device (see alResources(3dm)). |
audio/alGetErrorString(3d) -- get a string corresponding to an Audio Library error code
|
error expects an error code as set by any Audio Library function. |
audio/alGetEventData(3d) -- gets data from certain events with non-scalar parameters.
|
event expects an ALevent structure initialized by alNextEvent(3dm) or alCheckEvent(3dm). |
audio/alGetEventParam(3d) -- get parameter of audio event
|
event expects an ALevent structure initialized by alNextEvent(3dm) or alCheckEvent(3dm). |