Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Specifies the type of picture that is output by a video encoder.
Syntax
typedef enum eAVEncH264PictureType {
eAVEncH264PictureType_IDR = 0,
eAVEncH264PictureType_P,
eAVEncH264PictureType_B
} ;
Constants
eAVEncH264PictureType_IDRValue: 0 Instantaneous decoding refresh (IDR) picture. |
eAVEncH264PictureType_PPredictive (B) picture. |
eAVEncH264PictureType_BBi-predictive (B) picture. |
Remarks
This enumeration is used with the MFSampleExtension_VideoEncodePictureType sample attribute.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | None supported |
| Header | codecapi.h |