Vp9ProfileIds 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 Eigenschaften zum Abrufen von HEVC-Profil-IDs bereit.
public ref class Vp9ProfileIds abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Vp9ProfileIds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class Vp9ProfileIds
Public Class Vp9ProfileIds
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 11 Insider Preview (eingeführt in 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v15.0)
|
Hinweise
Sie können den Wert von VideoEncodingProperties.ProfileId auf eine der profil-IDs festlegen, die von dieser Klasse bereitgestellt werden.
Eigenschaften
Profile0ChromaSubsampling420BitDepth8 |
Ruft die ID für das VP9-Profil 0 mit 4:2:0 Chroma-Subsampling und Bittiefe 8 ab. |
Profile2ChromaSubsampling420BitDepth10 |
Ruft die ID für das VP9-Profil 2 mit 4:2:0 Chroma-Subsampling und Bittiefe 10 ab. |
Profile2ChromaSubsampling420BitDepth12 |
Ruft die ID für das VP9-Profil 2 mit 4:2:0 Chroma-Subsampling und Bittiefe 12 ab. |