ADTF  3.18.2
sampleinfo.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
 adtf::streaming::ant
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
 

Functions

adtf::util::cVariant get_sample_info (const ISampleInfo &oSampleInfo, const ISampleInfo::tHashKey &oHash, const adtf::util::cVariant oDefault)
 Retrieves a variant value for the hash key oHash out of the sample information oSampleInfo . More...
 
adtf::util::cVariant get_sample_info (const ISampleInfo &oSampleInfo, const ISampleInfo::tHashKey &oHash)
 Retrieves a variant value for the hash key oHash out of the sample information oSampleInfo . More...
 
adtf::util::cVariant get_sample_info (const ISample &oSample, const ISampleInfo::tHashKey &oHash, const adtf::util::cVariant oDefault)
 Retrieves a variant value for the hash key oHash out of the samples (oSample) sample information. More...
 
adtf::util::cVariant get_sample_info (const ISample &oSample, const ISampleInfo::tHashKey &oHash)
 Retrieves a variant value for the hash key oHash out of the samples (oSample) sample information. More...
 
tResult set_sample_info (ISampleInfo &oSampleInfo, const ISampleInfo::tHashKey &oHash, const adtf::util::cVariant oValue)
 Sets a variant value for the hash key oHash into the sample information oSampleInfo. More...
 
tResult set_sample_info (ISample &oSample, const ISampleInfo::tHashKey &oHash, const adtf::util::cVariant oValue)
 Sets a variant value for the hash key oHash into the sample oSample sample information. More...
 
ISampleInfo::tHashKey create_sample_info_hash_key (const char *strToHash)
 Generation of unambigious hash key for a string. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file sampleinfo.h.