ADTF  3.18.2
stream_meta_type_legacy

Legacy stream meta type that maps the default media type from ADTF 2. More...

Static Public Member Functions

static void SetProperties (const adtf::ucom::iobject_ptr< adtf::base::IProperties > &pProperties)
 Adds the properties of this meta type. More...
 

Static Public Attributes

static constexpr const tChar *const MetaTypeName = "adtf2/legacy"
 The name of this meta type.
 
static constexpr const tChar *const strMajorTypeProperty = "major"
 The name of the major type property.
 
static constexpr const tChar *const strSubTypeProperty = "sub"
 The name of the sub type property.
 
static constexpr const tChar *const strFlagsProperty = "flags"
 The name of the media description struct name property.
 

Detailed Description

Legacy stream meta type that maps the default media type from ADTF 2.

Definition at line 20 of file stream_meta_type_legacy.h.

Member Function Documentation

◆ SetProperties()

static void SetProperties ( const adtf::ucom::iobject_ptr< adtf::base::IProperties > &  pProperties)
inlinestatic

Adds the properties of this meta type.

Parameters
[out]pPropertiesThe properties will be added to this.
Returns
void.

Definition at line 36 of file stream_meta_type_legacy.h.

References stream_meta_type_legacy::strFlagsProperty, stream_meta_type_legacy::strMajorTypeProperty, and stream_meta_type_legacy::strSubTypeProperty.