Microsoft DirectX 8.1 (C++) |
The get_AudioFrequency method retrieves the currently tuned audio frequency.
Syntax
HRESULT get_AudioFrequency(
long *lFreq
);
Parameters
lFreq
[out] Pointer to the audio frequency.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
Remarks
This is a diagnostic method that enables you to examine the exact frequency being used for a given channel.
See Also