Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.48 KB

mediacapture_addeffectasync_262788603.md

File metadata and controls

38 lines (26 loc) · 1.48 KB
-api-id -api-type
M:Windows.Media.Capture.MediaCapture.AddEffectAsync(Windows.Media.Capture.MediaStreamType,System.String,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.Media.Capture.MediaCapture.AddEffectAsync

-description

Adds an audio or video effect.

-parameters

-param mediaStreamType

Specifies the streams to which the effect will be applied.

-param effectActivationID

The class identifier of the activatable runtime class that implements the effect. The runtime class must implement the IMediaExtension interface.

-param effectSettings

Configuration parameters for the effect.

-returns

Returns an IAsyncAction object that is used to control the asynchronous operation.

-remarks

As of Windows 10, this method is deprecated. Use AddAudioEffectAsync or AddVideoEffectAsync instead. For how-to guidance on adding effects to the camera capture and preview streams, see Effects for video capture.

-examples

-see-also

-capabilities

backgroundMediaRecording microphone, webcam