Get Support
Home
Components
Examples
Namespaces
Classes
Files
File List
File Members
SDKs
EdgeVisDecoderSDK
VideoSourceFormats.h
Go to the documentation of this file.
1
// Copyright (c) 2016 Digital Barriers
4
8
#pragma once
9
10
#ifdef __cplusplus
11
namespace
EdgeVisDecoderSDK
12
{
13
extern
"C"
{
14
#endif
15
20
typedef
enum
VideoSourceFormat
21
{
22
Video_Source_PAL
,
23
Video_Source_NTSC
,
24
Video_Source_Other
25
}
VideoSourceFormat
;
26
27
#ifdef __cplusplus
28
}
29
}
30
#endif
Video_Source_NTSC
Video source is NTSC.
Definition:
VideoSourceFormats.h:23
VideoSourceFormat
VideoSourceFormat
The type of video source in use at the encoder.
Definition:
VideoSourceFormats.h:20
Video_Source_Other
Video source is HD.
Definition:
VideoSourceFormats.h:24
Video_Source_PAL
Video source is PAL.
Definition:
VideoSourceFormats.h:22
EdgeVisDecoderSDK
The EdgeVis Decoder SDK namespace.