Expand Minimize
This topic has not yet been rated - Rate this topic

eAVEncH264PictureType enumeration

Specifies the type of picture that is output by a video encoder.

Syntax


enum eAVEncH264PictureType {  eAVEncH264PictureType_IDR  = 0, 
  eAVEncH264PictureType_P, 
  eAVEncH264PictureType_B 

};

Constants

eAVEncH264PictureType_IDR

Instantaneous decoding refresh (IDR) picture.

eAVEncH264PictureType_P

Predictive (B) picture.

eAVEncH264PictureType_B

Bi-predictive (B) picture.

Remarks

This enumeration is used with the MFSampleExtension_VideoEncodePictureType sample attribute.

Requirements

Minimum supported client

Windows 8 [desktop apps | Windows Store apps]

Minimum supported server

None supported [desktop apps | Windows Store apps]

Header

Codecapi.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.