eAVEncMPVProfile-Enumeration (codecapi.h)

[Das dieser Seite zugeordnete Feature DirectShow ist ein Legacyfeature. Es wurde von MediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation abgelöst. Diese Features wurden für Windows 10 und Windows 11 optimiert. Microsoft empfiehlt dringend, dass neuer Code mediaPlayer, IMFMediaEngine und Audio/Video Capture in Media Foundation anstelle von DirectShow verwendet, wenn möglich. Microsoft schlägt vor, dass vorhandener Code, der die Legacy-APIs verwendet, so umgeschrieben wird, dass nach Möglichkeit die neuen APIs verwendet werden.]

Gibt das MPEG-2-Profil an. Diese Enumeration wird mit der AVEncMPVProfile-Eigenschaft verwendet.

Syntax

typedef enum eAVEncMPVProfile {
  eAVEncMPVProfile_unknown = 0,
  eAVEncMPVProfile_Simple = 1,
  eAVEncMPVProfile_Main = 2,
  eAVEncMPVProfile_High = 3,
  eAVEncMPVProfile_422 = 4
} ;

Konstanten

 
eAVEncMPVProfile_unknown
Wert: 0
Das Profil ist nicht bekannt.
eAVEncMPVProfile_Simple
Wert: 1
Einfaches Profil.
eAVEncMPVProfile_Main
Wert: 2
Hauptprofil.
eAVEncMPVProfile_High
Wert: 3
High Profile.
eAVEncMPVProfile_422
Wert: 4
4:2:2 Profil.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 2000 Professional [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [Desktop-Apps | UWP-Apps]
Kopfzeile codecapi.h

Weitere Informationen

Codec-API-Enumerationen

ICodecAPI-Schnittstelle