Redigera

Dela via


METransformNeedInput

The METransformNeedInput event indicates that a device transform needs an input.

When sent

This event is sent when a device transform needs input to generate output. Typically, async MFTs use this message to get input samples for processing and producing an output sample.

Parameters

Parameter Description
Input stream index The input stream index is sent in the IMFMediaEvent attribute store as MF_EVENT_MFT_INPUT_STREAM_ID.

Remarks

This event will not be handled by device transform manager (DTM) for the following reasons:

  • Devproxy does not have any input pins
  • Even though Device MFT has input pins, it is automatically fed samples when they are available on the output of Devproxy. Therefore, there is no need for Device MFT to request for samples. This request would be ignored by DTM.