|
ADTF
|
Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_audio ("adtf/audio"). More...
#include <streammetatypeaudio.h>
Inherits adtf::streaming::ant::cStreamType.
Public Member Functions | |
| stream_type_audio (const T &sAudioFormat) | |
Public Member Functions inherited from adtf::streaming::ant::cStreamType | |
| cStreamType () | |
| template<typename MetaType> | |
| cStreamType (const MetaType &) | |
| cStreamType (const IStreamType &pType) | |
| virtual | ~cStreamType () |
| tTimeStamp | GetTime () const |
| tResult | SetTime (tTimeStamp oTimeStamp) |
| tResult | GetMetaTypeName (base::ant::IString &&strTypeName) const override |
| Get the meta type name of this instance. | |
| adtf::util::tVersion | GetVersion () const override |
| Get version of this instance of the StreamMetaType. | |
| tResult | GetConfig (adtf::ucom::iobject_ptr< base::ant::IProperties > &pProperties) override |
| Get all properties of a Stream Type (read/write) | |
| tResult | GetConfig (adtf::ucom::iobject_ptr< const base::ant::IProperties > &pProperties) const override |
| Get all properties of a Stream Type (read/write) | |
| tResult | GetMetaType (adtf::ucom::iobject_ptr< const IStreamMetaType > &pMetaType) const override |
| Get the Stream Meta Type definition of the Stream Type. | |
Public Member Functions inherited from adtf::ucom::catwo::object< IStreamType > | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::streaming::ant::cStreamType | |
| cStreamType (const cStreamType &oType)=delete | |
| hide copy CTOR | |
| cStreamType & | operator= (const cStreamType &oType)=delete |
| hide copy operator | |
| cStreamType (cStreamType &&oType)=delete | |
| hide move CTOR | |
| cStreamType & | operator= (cStreamType &&oType)=delete |
| hide move operator | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_audio ("adtf/audio").
| T | The audio type you create the stream type from. Currently only lucky::tStreamAudioFormat is supported. |