EC_CAP_SAMPLE_PROCESSED (Compact 2013)

3/26/2014

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Event Notification Codes