Microsoft DirectX 8.1 (C++)

IAMTunerNotification::OnEvent

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