VideoStreamConfiguration Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt einen Satz von VideoEncodingProperties-Eingaben und -Ausgaben für einen Videostream dar.
public ref class VideoStreamConfiguration 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 VideoStreamConfiguration 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 VideoStreamConfiguration
Public NotInheritable Class VideoStreamConfiguration
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Hinweise
Dies ist eine Hilfsklasse, die das Bündeln von zwei VideoEncodingProperties ermöglicht, eine für die Eingabe und eine für die Ausgabe, um eine einzelne Videostreamkonfiguration darzustellen. Rufen Sie eine instance dieser Klasse ab, indem Sie VideoStabilizationEffect.GetRecommendedStreamConfiguration aufrufen.
Eigenschaften
InputProperties |
Ruft ein VideoEncodingProperties-Objekt ab, das eine Videostreameingabekonfiguration darstellt. |
OutputProperties |
Ruft ein VideoEncodingProperties-Objekt ab, das eine Videostreamausgabekonfiguration darstellt. |