Windows Media Event Notification Codes
Other versions of this page are also available for the following:
8/28/2008
Windows Media technology introduces a number of additional event notification codes to the underlying DirectShow API.
A DirectShow application that uses Windows Media filters can use these event notification codes to receive valuable information about the activities taking place within the filter graph.
The Windows Media event notification codes fit directly into the DirectShow API framework and are used in exactly the same way as the standard DirectShow event notification codes.
For specific programming details for working with event notification codes in your application, see Event Notification Codes in the DirectShow documentation.
Event notification code | Description |
---|---|
The graph should be re-rendered. |
|
Two arbitrary strings: a short one and a long one. |
|
A marker has just been passed. |
|
Sent when various points are reached while a network file is being loaded. |
|
The file has been involuntarily closed. |
|
The operation aborted because of error. |
|
The source filter is about to deliver an EOS downstream. |
|
A streaming media filter received a change in the stream's description information. |
|
The bandwidth of the streaming data has changed. |
|
The first video frame is about to be drawn. |
|
Sent when various points during the DRM process are reached. |