IndexedSCTData.h
Go to the documentation of this file.
1 // Copyright (c) 2016 Digital Barriers
4 
18 #pragma once
19 
20 #include "StreamData.h"
21 #include "SCTData.h"
22 #include "IndexedSCTDataTypes.h"
23 #include "Pimpl.h"
24 
25 namespace EdgeVisDecoderSDK
26 {
27  class IndexedSCTDataImpl;
28 
29  class IndexedSCTData : public SCTData
30  {
31  public:
32 
33  DB_EDGEVIS_SDK IndexedSCTData();
34 
35  IndexedSCTData(std::weak_ptr<IndexedSCTDataImpl> pimpl);
36  DB_EDGEVIS_SDK IndexedSCTData( StreamData data );
37 
38  DB_EDGEVIS_SDK virtual ~IndexedSCTData();
39 
40  DB_EDGEVIS_SDK int64_t GetTimeStamp();
41  DB_EDGEVIS_SDK IndexedPacketType GetType();
42  DB_EDGEVIS_SDK bool IsCached();
43  };
44 }
IndexedPacketType
Contains the type of IndexedSCTData
Definition: IndexedSCTDataTypes.h:32
Object containing SCTData.
This is the base class for the StreamData objects.
Definition: StreamData.h:27
An Indexed SCT Data block.
Definition: IndexedSCTData.h:29
The EdgeVis Decoder SDK namespace.