Enumerazione eAVEncVideoContentType (codecapi.h)
Specifica il tipo di contenuto video. Questa enumerazione viene utilizzata con la proprietà CODECAPI_AVEncVideoContentType .
Sintassi
typedef enum eAVEncVideoContentType {
eAVEncVideoContentType_Unknown = 0,
eAVEncVideoContentType_FixedCameraAngle = 1
} ;
Costanti
eAVEncVideoContentType_Unknown Valore: 0 Contenuto sconosciuto o normale. (impostazione predefinita). |
eAVEncVideoContentType_FixedCameraAngle Valore: 1 Il contenuto è stato acquisito con una fotocamera fissa, ad esempio una webcam. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 [app desktop | App UWP] |
Intestazione | codecapi.h |