Udostępnij za pośrednictwem


VideoEffects.VideoStabilization Property

Definition

Represents a video stabilization effect which can be used on a video object to reduce the shakiness in the video.

public:
 static property Platform::String ^ VideoStabilization { Platform::String ^ get(); };
static winrt::hstring VideoStabilization();
public static string VideoStabilization { get; }
var string = VideoEffects.videoStabilization;
Public Shared ReadOnly Property VideoStabilization As String

Property Value

String

Platform::String

winrt::hstring

The name of the effect: "Windows.Media.VideoStabilizationEffect"

Remarks

While the VideoStabilization property is accessible on Windows Phone 8.1, the video stabilization effect itself is not supported on this platform. The effect is supported on Windows 10 Mobile and later.

Applies to