|
audio/ALgetfilled(3d) -- (obsolete) return the number of filled sample locations in an audio port
|
port expects the audio port you want to query. This structure is the returned value of an ALopenport(3dm) call. |
audio/alGetFilled(3d) -- return the number of filled sample frames in an audio port
|
port expects the audio port you want to query. This structure is the returned value of an alOpenPort(3dm) call. |
audio/ALgetfillpoint(3d) -- (obsolete) control select() or poll() behavior of an audio port
|
port expects an ALport structure. This structure is the returned value of an ALopenport(3dm) call. fillpoint expects a long value, the fillpoint, in samples. |
audio/alGetFillPoint(3d) -- get or set low- or high-water mark for an audio port
|
port expects an ALport structure. This structure is the returned value of an alOpenPort(3dm) call. fillpoint expects a integer value, the fillpoint, in sample frames. |
audio/ALgetfloatmax(3d) -- (obsolete) get/set the maximum value of floating point sample data.
|
config expects an ALconfig structure, the returned value of a call to ALnewconfig(3dm) or ALgetconfig(3dm). maximum_value expects an IEEE double precision floating point value which defines the range of the floating point data for the ALreadsamps(3dm) or ALwritesamps(3dm) functions. |
audio/alGetFloatMax(3d) -- get/set the maximum value of floating point sample data.
|
config expects an ALconfig structure, the returned value of a call to alNewConfig(3dm) or alGetConfig(3dm). maximum_value expects an IEEE double precision floating point value which defines the range of the floating point data for the alReadFrames(3dm) or alWriteFrames(3dm) functions. |
audio/ALgetframenumber(3d) -- (obsolete) Get the absolute sample frame number associated with a port
|
port expects the ALport structure for the audio port for which you wish to know the sample frame number. This structure is the returned value of the ALopenport(3dm) call. fnum expects a pointer to an unsigned 64-bit value which is to contain the resultant sample-frame number. |
audio/alGetFrameNumber(3d) -- Get the absolute sample frame number associated with a port
|
port expects the ALport structure for the audio port for which you wish to know the sample frame number. This structure is the returned value of the alOpenPort(3dm) call. fnum expects a pointer to an unsigned 64-bit value which is to contain the resultant sample-frame number. |
audio/ALgetframetime(3d) -- (obsolete) Get the time at which a sample frame came in or will go out
|
port expects the ALport structure for the audio port for which you wish to know the sample frame number. This structure is the returned value of the ALopenport(3dm) call. fnum expects a pointer to an unsigned 64-bit value which is to contain the resultant sample-frame number. time expects a pointer to an unsigned 64-bit value which is to contain the resultant sample-frame time, in nanoseconds. |
audio/alGetFrameTime(3d) -- Get the time at which a sample frame came in or will go out
|
port expects the ALport structure for the audio port for which you wish to know the sample frame number. This structure is the returned value of the alOpenPort(3dm) call. fnum expects a pointer to an unsigned 64-bit value which is to contain the resultant sample-frame number. time expects a pointer to an unsigned 64-bit value which is to contain the resultant sample-frame time, in nanoseconds. |
audio/alGetLimiting(3d) -- request limiting for AL floating-point output
|
config expects an ALconfig structure, the returned value of a call to alNewConfig(3dm) or alGetConfig(3dm). value expects a boolean value (0 or 1) indicating whether or not limiting is required on floating-point to integer data conversion for alWriteFrames(3dm) or alWriteBuffers(3dm). |
audio/ALgetminmax(3d) -- (obsolete) gets maximum and minimum values for an audio device state variable
|
device expects the device to which the device state variable applies. Currently, there is only one device, AL_DEFAULT_DEVICE. param expects the device state variable for which you want to know the range. minparam expects a pointer to the variable into which ALgetminmax(3dm) can write the minimum value associated with param. maxparam expects a pointer to the variable into which ALgetminmax(3dm) can write the maximum value associated with param.... |
audio/ALgetname(3d) -- (obsolete) returns a name for an audio device state variable
|
device expects a device. Currently there is only one device, AL_DEFAULT_DEVICE. descriptor expects the descriptor (value of a symbolic constant) for the device state variable you want to identify. |