MediaCapture.ClearEffectsAsync(MediaStreamType) Method
Definition
Removes all audio and video effects from a stream.
public:
virtual IAsyncAction ^ ClearEffectsAsync(MediaStreamType mediaStreamType) = ClearEffectsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ClearEffectsAsync(MediaStreamType mediaStreamType);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ClearEffectsAsync(MediaStreamType mediaStreamType);
function clearEffectsAsync(mediaStreamType)
Public Function ClearEffectsAsync (mediaStreamType As MediaStreamType) As IAsyncAction
Parameters
- mediaStreamType
- MediaStreamType
The stream from which to remove the effects.
Returns
Returns a IAsyncAction object that is used to control the asynchronous operation.
- Attributes
Windows 10 requirements
App capabilities |
backgroundMediaRecording
microphone
webcam
|