eAVEncVideoContentType 枚举 (codecapi.h)
指定视频内容类型。 此枚举与 CODECAPI_AVEncVideoContentType 属性一起使用。
语法
typedef enum eAVEncVideoContentType {
eAVEncVideoContentType_Unknown = 0,
eAVEncVideoContentType_FixedCameraAngle = 1
} ;
常量
eAVEncVideoContentType_Unknown 值: 0 未知或正常内容。 (默认。) |
eAVEncVideoContentType_FixedCameraAngle 值:1 内容是使用固定摄像头(如网络摄像头)捕获的。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
标头 | codecapi.h |