eAVEncVideoContentType 列舉 (codecapi.h)
指定視訊內容類型。 這個列舉會與 CODECAPI_AVEncVideoContentType 屬性搭配使用。
Syntax
typedef enum eAVEncVideoContentType {
eAVEncVideoContentType_Unknown = 0,
eAVEncVideoContentType_FixedCameraAngle = 1
} ;
常數
eAVEncVideoContentType_Unknown 值: 0 未知或一般內容。 (預設值。) |
eAVEncVideoContentType_FixedCameraAngle 值: 1 內容是以固定相機擷取,例如網路攝影機。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
標頭 | codecapi.h |