Microsoft DirectX 9.0 |
Note The IAMTunerNotification interface is deprecated.
The OnEvent method handles events from the TV tuner card.
Syntax
HRESULT OnEvent(
AMTunerEventType Event
);
Parameters
Event
[in] Flag identifying the type of event. Currently, the only value defined is AMTUNER_EVENT_CHANGED.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
See Also