Share via


IBroadcastEventEx Interface

 
Microsoft DirectShow 9.0

IBroadcastEventEx Interface

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The IBroadcastEventEx interface is an extended version of the IBroadcastEvent interface. Like IBroadcastEvent, the IBroadcastEventEx interface enables an object to receive events from another object without setting up a direct connection point. Applications typically do not need to use either of these interfaces.

For information about implementing a class that can source or sink broadcast events, see the example code in IBroadcastEvent Interface.

IBroadcastEventEx inherits from the IBroadcastEvent interface. In addition to the methods inherited from IBroadcastEvent, the IBroadcastEventEx interface exposes the following method.

Method Description
FireEx Fires an event.

See Also