FilterInfo Struct Reference
Detailed Description
Defines Encoder video filter settings.
Example: filterType = "median", filterParam = "5"
#include <ConfigTypes.h>
Public Attributes | |
| std::wstring | filterType |
| The filter type. More... | |
| std::wstring | filterParam |
| Parameters passed to the specified filter. More... | |
Member Data Documentation
| std::wstring FilterInfo::filterType |
The filter type.
This is the name of the filter. e.g. 'median'.
| std::wstring FilterInfo::filterParam |
Parameters passed to the specified filter.
The documentation for this struct was generated from the following file:
- SDKs/EdgeVisDecoderSDK/ConfigTypes.h
