AVBlocks for C++  1.9
Audio and Video Software Development Kit
primo::codecs::ScanType Namespace Reference

Defines video interlace/scan types. More...

Enumerations

enum  Enum {
  Unknown = 0,
  Progressive = 1,
  TopFieldFirst = 2,
  BottomFieldFirst = 3
}
 ScanType::Enum. More...

Detailed Description

Defines video interlace/scan types.


Enumeration Type Documentation

enum Enum

ScanType::Enum.

Enumerator:
Unknown 

The interlace/scan type is not specified or not known.

Progressive 

Progressive (non-interlaced) video.

TopFieldFirst 

Interlaced video, where the dominant (first in time) field is the top field.

BottomFieldFirst 

Interlaced video, where the dominant (first in time) field is the bottom field.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator