Previous Topic Index Next Topic
[API function]

FSOUND_GetFrequency

Returns the frequency in HZ of the specified channel.

int F_API FSOUND_GetFrequency(
int channel
);

Parameters

channel - The channel to inquire about the frequency.

Return Value

On success, the frequency in HZ of the specified channel is returned.
On failure, 0 is returned. To quailfy if this is a real error, call FSOUND_GetError.

Remarks

See Also

FSOUND_GetError , FSOUND_SetFrequency

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.