ADTF
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
media_description_service_intf.h
Go to the documentation of this file.
1
7#pragma once
10
11
13#define CID_ADTF_MEDIA_DESCRIPTION_SERVICE "media_description.service.adtf.cid"
14
15namespace adtf
16{
17
18namespace services
19{
20
21namespace ant
22{
23
28{
29 public:
31 ADTF_IID(IMediaDescriptionService, "media_description.ant.services.adtf.iid");
32
33 public:
40 virtual tResult GetStructMediaDescription(const char* strStructName,
41 adtf::base::IString&& strMediaDescription) const = 0;
42
43};
44
45}
46
48
49}
50
51}
Copyright © Audi Electronics Venture GmbH.
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
The IString interface provides methods for getting and setting strings through abstract interfaces.
Definition string_intf.h:28
Interface for the ADTF media description service.
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.
ant::IObject IObject
Alias always bringing the latest version of ant::IObject into scope.
Namespace for entire ADTF SDK.
Copyright © Audi Electronics Venture GmbH.