Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The get_AudioFrequency method retrieves the tuner's audio frequency.
Syntax
HRESULT get_AudioFrequency(
long* plcc
);
Parameters
plcc
[out] Pointer to a variable that receives the audio frequency, in hertz (Hz).
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method is intended for diagnostic and testing purposes.
See Also