IMSVidAnalogTunerEvent Interface
Microsoft DirectShow 9.0 |
IMSVidAnalogTunerEvent Interface
This topic applies to Windows XP or later.
The IMSVidAnalogTunerEvent interface is used to receive events from non-BDA analong tuners.
This interface is an outgoing connection-point interface. To receive events related to analong tuning, implement this interface in your application. Then call the IConnectionPoint::Advise method on the MSVidAnalogTunerDevice object to establish a connection.
IMSVidAnalogTunerEvent inherits the IMSVidTunerEvent interface, but adds no other methods to it.
See Also