VideoEffects.VideoStabilization Property
Definition
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.
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
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.