Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts an audio effect.
Syntax
HRESULT InsertAudioEffect(
[in] IUnknown *pEffect,
[in] BOOL fOptional
);
Parameters
[in] pEffect
One of the following:
- A pointer to the IMFTransform interface of a Media Foundation transform (MFT) that implements the audio effect.
- A pointer to the IMFActivate interface of an activation object. The activation object must create an MFT for the audio effect.
[in] fOptional
Specifies whether the effect is optional.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
The maximum number of audio effects was reached. |
Remarks
The effect is applied when the next media resource is loaded.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | mfmediaengine.h |