EdgeVisDecoderSDK::EncoderSettingsChangeInfo Class Reference
Detailed Description
Describes the Encoder settings that have been changed.
Returned as part of the IEncoderListener callback.
This is returned whenever a setting is changed on the Encoder.
Availability
Available in version 6.0 of Decoder SDK. Requires a server version greater than 6.0
#include <EncoderSettingsChangeInfo.h>
Public Member Functions | |
| DB_EDGEVIS_SDK std::wstring | SettingName () |
| returns the SettingName that has changed on the Encoder. More... | |
| DB_EDGEVIS_SDK std::wstring | AdditionalInfo () |
| returns any additional information relating to the setting that has changed on the Encoder. More... | |
Member Function Documentation
| DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::EncoderSettingsChangeInfo::SettingName | ( | ) |
returns the SettingName that has changed on the Encoder.
- Returns
- The name of the setting
| DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::EncoderSettingsChangeInfo::AdditionalInfo | ( | ) |
returns any additional information relating to the setting that has changed on the Encoder.
- Returns
- The additional information relating to the setting
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/EncoderSettingsChangeInfo.h
