dsh_ChannelSetFrequency

int dsh_ChannelSetFrequency(
CHANNELID channel,
DWORD dwFrequency
);

Parameters

channel
Specifies the channel the function refers.

dwFrequency
DWORD which specifies the new frequency the sound plays.


Return Values

Returns DSHRES_OK if successful. Other return values are DSHRES_WRONGPARAM and DSHRES_GENERALERROR.

Remarks

Look at dsh_ChannelGetFrequency for more information.

See also

dsh_ChannelGetFrequency