Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Called after the media processor gets an output sample from a pipeline component.
HRESULT NotifyProcessOutput(
[in] IMFTopologyNode *pNode,
[in] long lOutputIndex,
[in] IMFSample *pSample
);
[in] pNode
Pointer to the IMFTopologyNode interface of the topology node that represents the pipeline component.
[in] lOutputIndex
Index of the output stream on the topology node.
[in] pSample
Pointer to the IMFSample interface of the output sample.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
This method is called for every sample passing through every pipeline component. Therefore, the method must return quickly to avoid introducing too much latency into the pipeline.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mfidl.h |
Library | Mfuuid.lib |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today