Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 896 Bytes

videotemporaldenoisingmode.md

File metadata and controls

33 lines (22 loc) · 896 Bytes
-api-id -api-type
T:Windows.Media.Devices.VideoTemporalDenoisingMode
winrt enum

Windows.Media.Devices.VideoTemporalDenoisingMode

-description

Defines the video temporal denoising modes.

-enum-fields

-field On:1

Temporal denoising is on.

-field Off:0

Temporal denoising is off.

-field Auto:2

The system dynamically enables temporal denoising when appropriate.

-remarks

Set the temporal denoising mode with the VideoTemporalDenoisingControl.Mode property.

Not all modes may be available on all devices. Check the VideoTemporalDenoisingControl.SupportedModes property to determine what modes are supported on the current device.

-see-also

-examples