Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VideoStabilizationEffectEnabledChangedReason Enum

Definition

Namespace:
Windows.Media.Core

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Specifies the reason why the VideoStabilizationEffect.Enabled property changed.

public enum class VideoStabilizationEffectEnabledChangedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VideoStabilizationEffectEnabledChangedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VideoStabilizationEffectEnabledChangedReason
var value = Windows.Media.Core.VideoStabilizationEffectEnabledChangedReason.programmatic
Public Enum VideoStabilizationEffectEnabledChangedReason
Inheritance
VideoStabilizationEffectEnabledChangedReason
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Name Value Description
Programmatic 0

The value was changed programmatically from app code.

PixelRateTooHigh 1

The pixel rate of the video stream was too high.

RunningSlowly 2

The video stabilization effect was running slowly.

Applies to

See also


Feedback

Was this page helpful?