Share via


EC_CAP_SAMPLE_PROCESSED

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This notification is triggered when the multiplexer is done processing a sample. This event code allows you to keep track of progress in a DirectX Media Object (DMO) and in the multiplexer. Ideally, once the multiplexer has processed all its frames it only has to finish flushing its internal buffer and do some post processing to finish the file.

Parameters

  • lParam1
    A value of 0 indicates that audio data was processed. A value of 1 indicates that video data was processed.
  • lParam2
    A timestamp, in milliseconds, for the sample that was processed.

Requirements

Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

Event Notification Codes