Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IMFCaptureSource::RemoveAllEffects method (mfcaptureengine.h)
Removes all effects from a capture stream.
Syntax
HRESULT RemoveAllEffects(
[in] DWORD dwSourceStreamIndex
);
Parameters
[in] dwSourceStreamIndex
The capture stream. The value can be any of the following.
| Value | Meaning |
|---|---|
|
The zero-based index of a stream. To get the number of streams, call IMFCaptureSource::GetDeviceStreamCount. |
|
The first image stream. |
|
The first video stream. |
|
The first audio stream. |
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The dwSourceStreamIndex parameter is invalid. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | mfcaptureengine.h |
See also
Feedback
Was this page helpful?
