FeatureInfo Struct Reference
Detailed Description
Describes the availability of an Encoder feature.
#include <FeatureInfo.h>
Public Attributes | |
| std::wstring | name |
| The name of the feature. More... | |
| bool | supported |
| True if the feature is supported on this Encoder. More... | |
| bool | permitted |
| True if the user has permission to use the feature on this Encoder. More... | |
| bool | license_required |
| True if the feature requires a licence on this Encoder. More... | |
| bool | licensed |
| True if the feature is licensed on this Encoder. More... | |
| int32_t | license_count |
| The number of licences for this feature allocated to this Encoder. More... | |
Member Data Documentation
| std::wstring FeatureInfo::name |
The name of the feature.
| bool FeatureInfo::supported |
True if the feature is supported on this Encoder.
| bool FeatureInfo::permitted |
True if the user has permission to use the feature on this Encoder.
| bool FeatureInfo::license_required |
True if the feature requires a licence on this Encoder.
| bool FeatureInfo::licensed |
True if the feature is licensed on this Encoder.
| int32_t FeatureInfo::license_count |
The number of licences for this feature allocated to this Encoder.
The documentation for this struct was generated from the following file:
- SDKs/EdgeVisDecoderSDK/FeatureInfo.h
