StreamData.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
18 #pragma once
19 
20 #include "EdgeVisSDK.h"
21 #include "Pimpl.h"
22 
23 namespace EdgeVisDecoderSDK
24 {
25  class StreamDataImpl;
26 
27  class StreamData : public EdgeVisSDKPimpl<StreamDataImpl>
28  {
29  public:
30 
31  DB_EDGEVIS_SDK StreamData();
32  EdgeVisSDKPimplWeakConstructor(StreamData);
33 
34  DB_EDGEVIS_SDK virtual ~StreamData();
35 
41  DB_EDGEVIS_SDK std::wstring TypeName() const;
42  };
43 }
This is the base class for the StreamData objects.
Definition: StreamData.h:27
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK std::wstring TypeName() const
Returns the type a StreamData this it.