Partager via


Av1ProfileIds Classe

Définition

Fournit des propriétés permettant d’obtenir des ID de profil AV1.

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
Héritage
Object Platform::Object IInspectable Av1ProfileIds
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v15.0)

Remarques

Vous pouvez définir la valeur de VideoEncodingProperties.ProfileId sur l’un des ID de profil fournis par cette classe.

Propriétés

HighChromaSubsampling444BitDepth10

Obtient l’ID du profil élevé AV1 avec le sous-échantillonnage chroma 4:4:4 et la profondeur de bits 10.

HighChromaSubsampling444BitDepth8

Obtient l’ID du profil élevé AV1 avec le sous-échantillonnage chroma 4:4:4 et la profondeur de bits 8.

MainChromaSubsampling400BitDepth10

Obtient l’ID du profil de main AV1 avec le sous-échantillonnage chroma 4:0:0 et la profondeur de bits 10.

MainChromaSubsampling400BitDepth8

Obtient l’ID du profil de main AV1 avec le sous-échantillonnage chroma 4:0:0 et la profondeur de bits 8.

MainChromaSubsampling420BitDepth10

Obtient l’ID du profil de main AV1 avec le sous-échantillonnage chroma 4:2:0 et la profondeur de bits 10.

MainChromaSubsampling420BitDepth8

Obtient l’ID du profil av1 main avec le sous-échantillonnage chroma 4:2:0 et la profondeur de bits 8.

ProfessionalChromaSubsampling400BitDepth12

Obtient l’ID du profil professionnel AV1 avec le sous-échantillonnage chroma 4:0:0 et la profondeur de bits 12.

ProfessionalChromaSubsampling420BitDepth12

Obtient l’ID du profil professionnel AV1 avec le sous-échantillonnage chroma 4:2:0 et la profondeur de bits 12.

ProfessionalChromaSubsampling422BitDepth10

Obtient l’ID du profil professionnel AV1 avec le sous-échantillonnage chroma 4:2:2 et la profondeur de bits 10.

ProfessionalChromaSubsampling422BitDepth12

Obtient l’ID du profil professionnel AV1 avec le sous-échantillonnage chroma 4:2:2 et la profondeur de bits 12.

ProfessionalChromaSubsampling422BitDepth8

Obtient l’ID du profil professionnel AV1 avec le sous-échantillonnage chroma 4:2:2 et la profondeur de bits 8.

ProfessionalChromaSubsampling444BitDepth12

Obtient l’ID du profil professionnel AV1 avec le sous-échantillonnage chroma 4:4:4 et la profondeur de bits 12.

S’applique à