Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The TuneChanged method signals that the tuner has tuned to a new frequency.
Syntax
HRESULT TuneChanged(
IMSVidTuner* plpd
);
Parameters
plpd
[in] Pointer to the MSVidTuner object that fired the event.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is eventidOnTuneChanged.
See Also