ADTF
Loading...
Searching...
No Matches
sampleinfo.h
Go to the documentation of this file.
1
7#pragma once
8#include "sampleinfo_intf.h"
9#include "sample_intf.h"
10
11namespace adtf
12{
13namespace streaming
14{
15namespace ant
16{
17
26adtf::util::cVariant get_sample_info(const ISampleInfo& oSampleInfo, const ISampleInfo::tHashKey& oHash, const adtf::util::cVariant oDefault);
27
35adtf::util::cVariant get_sample_info(const ISampleInfo& oSampleInfo, const ISampleInfo::tHashKey& oHash);
36
45adtf::util::cVariant get_sample_info(const ISample& oSample, const ISampleInfo::tHashKey& oHash, const adtf::util::cVariant oDefault);
53adtf::util::cVariant get_sample_info(const ISample& oSample, const ISampleInfo::tHashKey& oHash);
54
64tResult set_sample_info(ISampleInfo& oSampleInfo, const ISampleInfo::tHashKey& oHash, const adtf::util::cVariant oValue);
74tResult set_sample_info(ISample& oSample, const ISampleInfo::tHashKey& oHash, const adtf::util::cVariant oValue);
75
76
85
86
87} //namespace ant
91} //namespace streaming
92} //namespace adtf
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
adtf::util::cStringUtil::tHashKey32 tHashKey
Type for the HashKey of the Value.
Definition hashedvaluemap_intf.h:87
Definition sampleinfo_intf.h:35
Definition sample_intf.h:34
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Definition bindingproxyoutport.h:16
adtf::util::cVariant get_sample_info(const ISampleInfo &oSampleInfo, const ISampleInfo::tHashKey &oHash, const adtf::util::cVariant oDefault)
tResult set_sample_info(ISampleInfo &oSampleInfo, const ISampleInfo::tHashKey &oHash, const adtf::util::cVariant oValue)
ISampleInfo::tHashKey create_sample_info_hash_key(const char *strToHash)
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