VideoFormats.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
9 #pragma once
10 
11 namespace EdgeVisSDKCore
12 {
19  typedef enum CIFFormat
20  {
24  } CIFFormat;
25 }
Set to 4CIF.
Definition: VideoFormats.h:23
Set to CIF.
Definition: VideoFormats.h:21
CIFFormat
These are used by the EncoderProfile class to represent a format in the VideoProfileInfo struct...
Definition: VideoFormats.h:19
enum EdgeVisSDKCore::CIFFormat CIFFormat
These are used by the EncoderProfile class to represent a format in the VideoProfileInfo struct...
Set to 2CIF.
Definition: VideoFormats.h:22
Definition: VideoFormats.h:11