AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::codecs::H264PicCodingType Namespace Reference

Defines the picture coding type when encoding H.264/AVC. More...

Enumerations

enum  Enum {
  Frames = 0,
  Fields = 1
}
 H264PicCodingType::Enum. More...
 

Detailed Description

Defines the picture coding type when encoding H.264/AVC.

Enumeration Type Documentation

enum Enum

H264PicCodingType::Enum.

Enumerator
Frames 

Video pictures are coded as frames (progressive video)

Fields 

Video pictures are coded as fields (interlaced video)