EncoderSettingsChangeInfo.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
21 #pragma once
22 
23 #include <string>
24 #include <memory>
25 #include "EdgeVisSDK.h"
26 #include "Pimpl.h"
27 
28 namespace EdgeVisDecoderSDK
29 {
30  class EncoderSettingsChangeInfoImpl;
31 
32  class EncoderSettingsChangeInfo : public EdgeVisSDKPimpl<EncoderSettingsChangeInfoImpl>
33  {
34  public:
35  DB_EDGEVIS_SDK EncoderSettingsChangeInfo();
36  EdgeVisSDKPimplWeakConstructor(EncoderSettingsChangeInfo);
37  DB_EDGEVIS_SDK virtual ~EncoderSettingsChangeInfo();
38 
44  DB_EDGEVIS_SDK std::wstring SettingName();
45 
52  DB_EDGEVIS_SDK std::wstring AdditionalInfo();
53  };
54 }
Describes the Encoder settings that have been changed.
Definition: EncoderSettingsChangeInfo.h:32
DB_EDGEVIS_SDK std::wstring AdditionalInfo()
returns any additional information relating to the setting that has changed on the Encoder...
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK std::wstring SettingName()
returns the SettingName that has changed on the Encoder.