ADTF
|
Interface for the ADTF media description service. More...
Public Member Functions | |
ADTF_IID (IMediaDescriptionService, "media_description.ant.services.adtf.iid") | |
Interface ID for the kernel interface. | |
virtual tResult | GetStructMediaDescription (const char *strStructName, adtf::base::IString &&strMediaDescription) const =0 |
Retrieve the media description for a given struct. More... | |
Public Member Functions inherited from IObject | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Additional Inherited Members | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Interface for the ADTF media description service.
Definition at line 27 of file media_description_service_intf.h.
|
pure virtual |
Retrieve the media description for a given struct.
[in] | strStructName | The name of the struct. |
[out] | strMediaDescription | The returned media description. |