SCTData.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
16 #pragma once
17 
18 #include "StreamData.h"
19 #include "EdgeVisSDK.h"
20 
21 namespace EdgeVisDecoderSDK
22 {
23  class SCTDataImpl;
24 
25  class SCTData : public StreamData
26  {
27  public:
28 
29  SCTData();
30  SCTData( std::weak_ptr<SCTDataImpl> pimpl );
31  DB_EDGEVIS_SDK SCTData( StreamData data );
32 
33  DB_EDGEVIS_SDK virtual ~SCTData();
34 
35  DB_EDGEVIS_SDK byte_array GetBytes() const;
36  DB_EDGEVIS_SDK int32_t GetLength() const;
37  };
38 }
The EdgeVis Decoder SDK namespace.