Énumération eAVEncVideoContentType (codecapi.h)

Spécifie le type de contenu vidéo. Cette énumération est utilisée avec la propriété CODECAPI_AVEncVideoContentType .

Syntax

typedef enum eAVEncVideoContentType {
  eAVEncVideoContentType_Unknown = 0,
  eAVEncVideoContentType_FixedCameraAngle = 1
} ;

Constantes

 
eAVEncVideoContentType_Unknown
Valeur : 0
Contenu inconnu ou normal. (valeur par défaut).
eAVEncVideoContentType_FixedCameraAngle
Valeur : 1
Le contenu a été capturé avec une caméra fixe, telle qu’une webcam.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
En-tête codecapi.h

Voir aussi

Énumérations Media Foundation