IMSVidStreamBufferSourceEvent3::BroadcastEvent
Microsoft DirectShow 9.0 |
IMSVidStreamBufferSourceEvent3::BroadcastEvent
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.
The BroadcastEvent method is called when the MSVidStreamBufferSource object receives a broadcast event through the IBroadcastEvent interface.
Syntax
HRESULT BroadcastEvent( BSTR Guid );
Parameters
Guid
[in] GUID that specifies the event. For more information, see IBroadcastEvent::Fire.
Return Values
Return S_OK or an error code.
Remarks
None.
See Also