ADTF
Loading...
Searching...
No Matches
stream_meta_type_default.h
Go to the documentation of this file.
1
7#pragma once
8
12
13namespace adtf
14{
15namespace mediadescription
16{
17namespace ant
18{
19
32{
38 static constexpr const tChar* const MetaTypeName = "adtf/default";
47 static constexpr const tChar* const strMDDefinitionsProperty = "md_definitions";
54 static constexpr const tChar* const strMDStructProperty = "md_struct";
60 static constexpr const tChar* const strMDDataSerialized = "md_data_serialized";
61
68
87 const adtf::streaming::ant::IStreamType& oTypeExpected);
88};
89
90} //namespace ant
91
93
94} //namespace mediadescription
95} //namespace adtf
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Defines access methods for the interface of a Stream Type.
Definition streamtype_intf.h:96
Namespace for all functionality of the ADTF Mediadescription SDK provided since v3....
Definition media_description_type_legacy.h:31
Namespace for the ADTF Mediadescription SDK.
Definition codec_sample_streamer.h:22
ant::iobject_ptr< T > iobject_ptr
Alias always bringing the latest version of ant::iobject_ptr into scope.
Definition object_ptr_intf.h:437
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14
Use this Stream Meta Type if your sample data are structured and the memory layout can be described v...
Definition stream_meta_type_default.h:32
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 for a su...
static constexpr const tChar *const strMDStructProperty
The name of the ddl media description struct name property, containing the struct type for the whole ...
Definition stream_meta_type_default.h:54
static constexpr const tChar *const strMDDefinitionsProperty
The name of the ddl media description definitions property.
Definition stream_meta_type_default.h:47
static void SetProperties(const adtf::ucom::iobject_ptr< adtf::base::ant::IProperties > &pProperties)
static constexpr const tChar *const strMDDataSerialized
The name of the property defines wether the sample data are serialized or not serialized.
Definition stream_meta_type_default.h:60
static constexpr const tChar *const MetaTypeName
The name of this meta type.
Definition stream_meta_type_default.h:38