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.