ServerConnectInfo.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 
25  typedef enum ServerConnectInfo
26  {
27  SCI_NONE = 0,
30 
31 #ifdef __cplusplus
32  }
33 }
34 #endif
Do not correct the image for aspect ratio.
Definition: ServerConnectInfo.h:27
Correct the image for aspect ratio.
Definition: ServerConnectInfo.h:28
The EdgeVis Decoder SDK namespace.
ServerConnectInfo
This contains values representing configuration info for the local server object on connection...
Definition: ServerConnectInfo.h:25