PrimoBurner(tm) for C++  4.7
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
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)