ADTF  3.18.2
IMediaDescriptionServiceabstract

Interface for the ADTF media description service. More...

Inheritance diagram for IMediaDescriptionService:
[legend]

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!
 

Detailed Description

Interface for the ADTF media description service.

Definition at line 27 of file media_description_service_intf.h.

Member Function Documentation

◆ GetStructMediaDescription()

virtual tResult GetStructMediaDescription ( const char *  strStructName,
adtf::base::IString &&  strMediaDescription 
) const
pure virtual

Retrieve the media description for a given struct.

Parameters
[in]strStructNameThe name of the struct.
[out]strMediaDescriptionThe returned media description.
Returns
Standard result.