eAVEncH264VProfile 列舉 (codecapi.h)
指定 H.264 視訊配置檔。
Syntax
typedef enum eAVEncH264VProfile {
eAVEncH264VProfile_unknown = 0,
eAVEncH264VProfile_Simple = 66,
eAVEncH264VProfile_Base = 66,
eAVEncH264VProfile_Main = 77,
eAVEncH264VProfile_High = 100,
eAVEncH264VProfile_422 = 122,
eAVEncH264VProfile_High10 = 110,
eAVEncH264VProfile_444 = 244,
eAVEncH264VProfile_Extended = 88,
eAVEncH264VProfile_ScalableBase = 83,
eAVEncH264VProfile_ScalableHigh = 86,
eAVEncH264VProfile_MultiviewHigh = 118,
eAVEncH264VProfile_StereoHigh = 128,
eAVEncH264VProfile_ConstrainedBase = 256,
eAVEncH264VProfile_UCConstrainedHigh = 257,
eAVEncH264VProfile_UCScalableConstrainedBase = 258,
eAVEncH264VProfile_UCScalableConstrainedHigh = 259
} ;
常數
eAVEncH264VProfile_unknown 值: 0 配置檔未知或未指定。 |
eAVEncH264VProfile_Simple 值: 66 簡單配置檔。 |
eAVEncH264VProfile_Base 值: 66 基準配置檔。 |
eAVEncH264VProfile_Main 值: 77 主要配置檔。 |
eAVEncH264VProfile_High 值: 100 高配置檔。 |
eAVEncH264VProfile_422 值: 122 高 4:2:2 配置檔。 |
eAVEncH264VProfile_High10 值: 110 高 10 設定檔。 |
eAVEncH264VProfile_444 值: 244 高 4:4:4 配置檔。 |
eAVEncH264VProfile_Extended 值: 88 擴充配置檔。 |
eAVEncH264VProfile_ScalableBase 值: 83 可調整的基底配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_ScalableHigh 值: 86 可調整的高配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_MultiviewHigh 值: 118 Multiview 高配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_StereoHigh 值: 128 立體高配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_ConstrainedBase 值: 256 限制基底配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_UCConstrainedHigh 值: 257 限制的高配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_UCScalableConstrainedBase 值: 258 UC 限制基底配置檔。 H.264 延伸模組。 |
eAVEncH264VProfile_UCScalableConstrainedHigh 值: 259 UC 限制的高配置檔。 H.264 延伸模組。 |
備註
這些值會與 MF_MT_MPEG2_PROFILE 屬性搭配使用。
這些值也與 H.264 UVC 1.5 相機編碼器搭配使用。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [傳統型應用程式 |UWP 應用程式] |
標頭 | codecapi.h |