ADTF  3.18.2
stream_meta_type_default.h
Go to the documentation of this file.
1 
7 #pragma once
8 
12 
13 namespace adtf
14 {
15 namespace mediadescription
16 {
17 namespace ant
18 {
19 
34 {
40  static constexpr const tChar* const MetaTypeName = "adtf/default";
49  static constexpr const tChar* const strMDDefinitionsProperty = "md_definitions";
56  static constexpr const tChar* const strMDStructProperty = "md_struct";
64  static constexpr const tChar* const strMDDataSerialized = "md_data_serialized";
65 
72 
98  const adtf::streaming::ant::IStreamType& oTypeExpected);
99 };
100 
101 } //namespace ant
102 
104 
105 } //namespace mediadescription
106 } //namespace adtf
char tChar
The tChar defines the type for platform character set (platform and compiler dependent type).
Defines access methods for the interface of a Stream Type - see also Stream Type and Stream Meta Type...
Base object pointer to realize binary compatible reference counting in interface methods.
Copyright © Audi Electronics Venture GmbH.
Namespace for entire ADTF SDK.
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
Use this Stream Meta Type if your sample data are structured and the memory layout can be described v...
static void SetProperties(const adtf::ucom::iobject_ptr< adtf::base::ant::IProperties > &pProperties)
Adds the default properties of this meta type to pProperties.
static constexpr const tChar *const strMDDataSerialized
The name of the property defines wether the sample data are serialized or not serialized.
static constexpr const tChar *const MetaTypeName
The name of this meta type.
static constexpr const tChar *const strMDStructProperty
The name of the ddl media description struct name property, containing the struct type for the whole ...
static tResult IsCompatible(const adtf::streaming::ant::IStreamType &oTypeToCheck, const adtf::streaming::ant::IStreamType &oTypeExpected)
Compares the oTypeExpected Stream Type with the oTypeToCheck - see Default Stream Meta Types in ADTF ...
static constexpr const tChar *const strMDDefinitionsProperty
The name of the ddl media description definitions property.