ADTF  3.18.2
adtf::mediadescription::hollow Namespace Reference

Namespace for all functionality provided since v3.7. More...

Functions

std::tuple< std::string, std::string, adtf_ddl::tDataRepresentationget_media_description_from_stream_type (const adtf::streaming::IStreamType &oStreamType)
 Extract the media description information from stream type. More...
 

Detailed Description

Namespace for all functionality provided since v3.7.

Function Documentation

◆ get_media_description_from_stream_type()

std::tuple<std::string, std::string, adtf_ddl::tDataRepresentation> adtf::mediadescription::hollow::get_media_description_from_stream_type ( const adtf::streaming::IStreamType oStreamType)

Extract the media description information from stream type.

Parameters
[in]oStreamTypeThe stream type containing the media description information.
Returns
A tuple containing the struct name, the struct description and the struct representation.
Exceptions
tResultin case the description could not be retrieved.