VideoCodecMode.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 
21  typedef enum VideoCodecMode
22  {
28 
29 #ifdef __cplusplus
30  }
31 }
32 #endif
Fix the frame rate, the frame size will vary (HD-S600, R700)
Definition: VideoCodecMode.h:26
For Encoder models that do not support this mode.
Definition: VideoCodecMode.h:23
VideoCodecMode
These are used by the EncoderConfig class to represent the codec modes available. ...
Definition: VideoCodecMode.h:21
Fix the frame size, the frame rate will vary (HD-S600, R700)
Definition: VideoCodecMode.h:24
Fix the frame rate, the frame size will vary (HD-S600, R700)
Definition: VideoCodecMode.h:25
The EdgeVis Decoder SDK namespace.