Share via


IAMTunerNotification::OnEvent

 
Microsoft DirectShow 9.0

IAMTunerNotification::OnEvent

  • 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.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also