ADTF
Loading...
Searching...
No Matches
adtf::mediadescription::stream_type_default< T > Class Template Reference

Generator template to create an instance of the stream_meta_type_default. More...

#include <stream_type_default.h>

Inherits detail::cStreamTypeDefaultBase.

Public Member Functions

 stream_type_default ()
 CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type!
 
 stream_type_default (ddl::DataRepresentation eDataRep)
 CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type!
 

Detailed Description

template<typename T = void>
class adtf::mediadescription::stream_type_default< T >

Generator template to create an instance of the stream_meta_type_default.

Template Parameters
TStructured data. std::is_trivially_copyable<T>::value must evaluate to true!

Constructor & Destructor Documentation

◆ stream_type_default() [1/2]

CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type!

Remarks
Currently, it is assumed that ddl::DataRepresentation::deserialized is used as default, this might be deprecated in future to asure concrete representation.

◆ stream_type_default() [2/2]

CTOR. Creates an instance of the stream_meta_type_default. This ctor expects a generated osborn::description for the given type!

Parameters
eDataRepThe repesentation to set.

The documentation for this class was generated from the following file: