VideoEffects.VideoStabilization 属性

定义

表示视频防抖动效果,该效果可用于视频对象,以减少视频中的抖动。

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

属性值

String

Platform::String

winrt::hstring

效果的名称:“Windows.Media.VideoStabilizationEffect”

注解

虽然可以在 Windows Phone 8.1 上访问 VideoStabilization 属性,但此平台上不支持视频防抖动效果本身。 Windows 10 移动版 及更高版本支持该效果。

适用于