IMSVidAudioRendererEvent Interface
Microsoft DirectShow 9.0 |
IMSVidAudioRendererEvent Interface
This topic applies to Windows XP or later.
The IMSVidAudioRendererEvent interface is used to receive events from the audio renderer.
This interface is an outgoing connection-point interface. To receive events related to audio rendering, implement this interface in your application. Then call the IConnectionPoint::Advise method on the MSVidAudioRenderer object to establish a connection.
IMSVidAudioRendererEvent inherits the IMSVidOutputDeviceEvent interface, but adds no other methods to it.
See Also