Share via


IAMTVAudioNotification::OnEvent

 
Microsoft DirectShow 9.0

IAMTVAudioNotification::OnEvent

  • Note   The IAMTVAudioNotification interface is deprecated.

The OnEvent method handles events from a TV tuner card controlled by the IAMTVAudio interface.

Syntax

  HRESULT OnEvent(
  AMTVAudioEventType Event
);

Parameters

Event

[in] Flag identifying the type of event. The only value currently defined is AMTVAUDIO_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