CamsNotificationAttachmentInfo.h
1 // Copyright (c) 2020 Digital Barriers
4 
17 
19 #pragma once
20 
21 #include "EdgeVisSDK.h"
22 #include "Pimpl.h"
23 
24 namespace EdgeVisDecoderSDK
25 {
26  class CamsNotificationAttachmentInfoImpl;
27 
28  class CamsNotificationAttachmentInfo : public EdgeVisSDKPimpl<CamsNotificationAttachmentInfoImpl>
29  {
30  public:
31  DB_EDGEVIS_SDK CamsNotificationAttachmentInfo();
32  DB_EDGEVIS_SDK ~CamsNotificationAttachmentInfo();
33  EdgeVisSDKPimplWeakConstructor(CamsNotificationAttachmentInfo);
34 
35  public:
36 
42  DB_EDGEVIS_SDK std::wstring GetName() const;
43 
49  DB_EDGEVIS_SDK std::wstring GetMIMEType() const;
50 
58  DB_EDGEVIS_SDK std::wstring GetId() const;
59  };
60 }
The EdgeVis Decoder SDK namespace.