ConfigTypes.h File Reference
Detailed Description
Contains the structs used in the Encoder settings.
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | FilterInfo |
Defines Encoder video filter settings. More... | |
struct | LocalWifiDownloadInfo |
Defines Encoder local Wifi download settings. More... | |
Typedefs | |
typedef struct FilterInfo | FilterInfo |
Defines Encoder video filter settings. More... | |
typedef struct LocalWifiDownloadInfo | LocalWifiDownloadInfo |
Defines Encoder local Wifi download settings. More... | |
Typedef Documentation
typedef struct FilterInfo FilterInfo |
Defines Encoder video filter settings.
Example: filterType = "median", filterParam = "5"
typedef struct LocalWifiDownloadInfo LocalWifiDownloadInfo |
Defines Encoder local Wifi download settings.
There are 3 possible modes for local Wifi download: Off, On or Switched. In the case of the Switched mode it is possible to toggle the access point on and off. If the access point is idle for the timeout value (in minutes) in Switched mode the access point will be automatically disabled when the timeout expires.