ADTF
Loading...
Searching...
No Matches
sampleinfo_intf.h
Go to the documentation of this file.
1
7#pragma once
11
12
13namespace adtf
14{
15namespace streaming
16{
17namespace ant
18{
35{
36 protected:
38 ~ISampleInfo() = default;
39 public:
41 ADTF_IID(ISampleInfo, "sampleinfo.ant.streaming.adtf.iid");
42
43 public:
47 static constexpr tHashKey SAI_DeviceOriginalTime = 1851393682;
49 static constexpr const char* const SAI_DeviceOriginalTime_String = "DeviceOriginalTime";
50
53 static constexpr tHashKey SAI_Counter = 1660111993;
55 static constexpr const char* const SAI_Counter_String = "Counter";
56};
57} //namespace ant
60} //namespace streaming
61} //namespace adtf
Definition hashedvaluemap_intf.h:80
adtf::util::cStringUtil::tHashKey32 tHashKey
Type for the HashKey of the Value.
Definition hashedvaluemap_intf.h:87
Definition sampleinfo_intf.h:35
~ISampleInfo()=default
not destructable
static constexpr tHashKey SAI_DeviceOriginalTime
Definition sampleinfo_intf.h:47
static constexpr tHashKey SAI_Counter
Definition sampleinfo_intf.h:53
ADTF_IID(ISampleInfo, "sampleinfo.ant.streaming.adtf.iid")
definiton of interface id
static constexpr const char *const SAI_DeviceOriginalTime_String
String value to generate ISampleInfo::SAI_DeviceOriginalTime by ant::create_sample_info_hash_key.
Definition sampleinfo_intf.h:49
static constexpr const char *const SAI_Counter_String
String value to generate ISampleInfo::SAI_Counter by ant::create_sample_info_hash_key.
Definition sampleinfo_intf.h:55
Definition object_intf.h:33
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Definition bindingproxyoutport.h:16
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14