|
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. |
audio/alGetParamInfo(3d) -- get information about a parameter on a particular audio resource
|
res is the audio resource (see alResources(3dm)) to which the given parameter applies. param is the parameter about which you desire information. pinfo is a pointer to an ALparamInfo structure allocated by the caller. |
audio/ALgetparams(3d) -- (obsolete) get/set the value of the specified audio device states
|
device expects the device to which this command applies. Currently, there is only one device, AL_DEFAULT_DEVICE. PVbuffer expects an array of longs. The even elements of this array should each contain a device state variable that you choose to read or change. The subsequent odd elements are the current or new value of these variables. bufferlength expects the number of longs in the buffer pointed to by PVbuffer. This value must be even.... |
audio/alGetParams(3d) -- get the values of audio resource parameters
|
resource expects the resource from which you wish to get parameter values. pvs is an array of ALpv structures, each of which contains a single parameter and will contain the associated value upon return from alGetParams. npvs is the number of ALpv items in the array. |
audio/ALgetqueuesize(3d) -- (obsolete) get/set audio port buffer size information in an ALconfig structure
|
config expects an ALconfig structure. This structure is the returned value of an ALnewconfig(3dm) or ALgetconfig(3dm) call. size expects the number of sample locations to use for the internal buffer of an audio port created by a subsequent ALopenport(3dm) call. |
audio/alGetQueueSize(3d) -- get/set audio port buffer size
|
config expects an ALconfig structure. This structure is the returned value of an alNewConfig(3dm) or alGetConfig(3dm) call. size expects the number of sample frames to use for the internal buffer of an audio port created by a subsequent alOpenPort(3dm) call. |
audio/alGetResource(3d) -- get the resource associated with an audio port
|
port expects the port whose audio resource you desire. This structure is the returned value of an alOpenPort(3dm) call. |
audio/alGetResourceByName(3d) -- find an audio resource by name
|
start_res expects a resource at which the name search is to begin. Typically this is AL_SYSTEM, the top of the audio resource hierarchy. name is a character string describing the resource to be found. type is the type of the desired resource. |
audio/ALgetsampfmt(3d) -- (obsolete) get/set the sample format setting in an audio ALconfig structure
|
config expects an ALconfig structure, the returned value of a call to ALnewconfig(3dm) or ALgetconfig(3dm). sampleformat expects a symbolic constant that identifies the format of an audio sample. There are three symbolic constants defined for this parameter. |