Freigeben über


Av1ProfileIds Klasse

Definition

Stellt Eigenschaften zum Abrufen von AV1-Profil-IDs bereit.

public ref class Av1ProfileIds 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 Av1ProfileIds 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 Av1ProfileIds
Public Class Av1ProfileIds
Vererbung
Object Platform::Object IInspectable Av1ProfileIds
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 von dieser Klasse bereitgestellten Profil-IDs festlegen.

Eigenschaften

HighChromaSubsampling444BitDepth10

Ruft die ID für av1 high profile mit 4:4:4 chroma subsampling und bit depth 10 ab.

HighChromaSubsampling444BitDepth8

Ruft die ID für av1 high profile mit 4:4:4 chroma subsampling und Bittiefe 8 ab.

MainChromaSubsampling400BitDepth10

Ruft die ID für das AV1-Standard-Profil mit 4:0:0 Chroma-Untersampling und Bittiefe 10 ab.

MainChromaSubsampling400BitDepth8

Ruft die ID für das AV1-Standard profil mit 4:0:0 Chroma-Untersampling und Bittiefe 8 ab.

MainChromaSubsampling420BitDepth10

Ruft die ID für das AV1-Standard profil mit 4:2:0 Chroma-Untersampling und Bittiefe 10 ab.

MainChromaSubsampling420BitDepth8

Ruft die ID für das AV1-Standard-Profil mit 4:2:0 Chroma-Untersampling und Bittiefe 8 ab.

ProfessionalChromaSubsampling400BitDepth12

Ruft die ID für das AV1 Professional-Profil mit 4:0:0 Chroma-Subsampling und Bittiefe 12 ab.

ProfessionalChromaSubsampling420BitDepth12

Ruft die ID für das AV1 Professional-Profil mit 4:2:0 Chroma-Subsampling und Bittiefe 12 ab.

ProfessionalChromaSubsampling422BitDepth10

Ruft die ID für das AV1 Professional-Profil mit 4:2:2 Chroma-Subsampling und Bittiefe 10 ab.

ProfessionalChromaSubsampling422BitDepth12

Ruft die ID für das AV1 Professional-Profil mit 4:2:2 Chroma-Untersampling und Bittiefe 12 ab.

ProfessionalChromaSubsampling422BitDepth8

Ruft die ID für das AV1 Professional-Profil mit 4:2:2 Chroma-Untersampling und Bittiefe 8 ab.

ProfessionalChromaSubsampling444BitDepth12

Ruft die ID für das AV1 Professional-Profil mit 4:4:4 Chroma-Subsampling und Bittiefe 12 ab.

Gilt für: