Share via


IMSVidTunerEvent interface (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Windows XP or later.

The IMSVidTunerEvent interface is used to receive events from BDA-compliant digital TV tuners.

This interface is an outgoing connection-point interface. To receive events from a BDA digital tuner, implement this interface in your application. Then call the IConnectionPoint::Advise method on the MSVidBDATunerDevice object to establish a connection.

Inheritance

The IMSVidTunerEvent interface inherits from IMSVidInputDeviceEvent. IMSVidTunerEvent also has these types of members:

Methods

The IMSVidTunerEvent interface has these methods.

 
IMSVidTunerEvent::TuneChanged

This topic applies to Windows XP or later.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidTunerEvent).

Requirements

   
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidInputDeviceEvent

Video Control Event Interfaces