VideoStabilizationEffect Klasse

Definition

Stellt einen Effekt dar, der einen Videodatenstrom stabilisiert.

public ref class VideoStabilizationEffect sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoStabilizationEffect final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoStabilizationEffect
Public NotInheritable Class VideoStabilizationEffect
Vererbung
Object Platform::Object IInspectable VideoStabilizationEffect
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie ein VideoStabilizationEffectDefinition-Objekt an MediaCapture.AddVideoEffectAsync oder MediaTranscoder.AddVideoEffect übergeben.

Anleitungen zur Verwendung von VideoStabilizationEffect finden Sie unter Effekte für die Videoaufnahme.

Eigenschaften

Enabled

Ruft einen Wert ab, der angibt, ob die Videostabilisierung aktiviert ist, oder legt den Wert fest.

Methoden

GetRecommendedStreamConfiguration(VideoDeviceController, VideoEncodingProperties)

Ruft die empfohlene Videostreamkonfiguration für die Videostabilisierung unter Berücksichtigung des angegebenen Videogerätecontrollers und der angegebenen Codierungseigenschaften ab.

SetProperties(IPropertySet)

Legt Eigenschaften für die IMediaExtension fest.

Ereignisse

EnabledChanged

Tritt auf, wenn sich der Wert der Eigenschaft VideoStabilizationEffect.Enabled ändert.

Gilt für:

Weitere Informationen