ADTF
Loading...
Searching...
No Matches
samplestreamport_intf.h
Go to the documentation of this file.
1
7#pragma once
8#include "samplestream_intf.h"
10
11namespace adtf
12{
13namespace streaming
14{
15namespace ant
16{
17
24{
25public:
27 ADTF_IID(ISampleStreamInPort, "samplestream_in_port.ant.streaming.adtf.iid");
29};
30
37{
38public:
40 ADTF_IID(ISampleStreamOutPort, "samplestream_out_port.ant.streaming.adtf.iid");
42};
43
44}
45
46
49
50}
51
52}
#define UCOM_RESOLVE(...)
Resolve a path to a base class which is inherited multiple times.
Definition adtf_iid.h:46
Definition samplestreamport_intf.h:24
ADTF_IID(ISampleStreamInPort, "samplestream_in_port.ant.streaming.adtf.iid")
definiton of interface id
Definition samplestreamport_intf.h:37
ADTF_IID(ISampleStreamOutPort, "samplestream_out_port.ant.streaming.adtf.iid")
definiton of interface id
Definition samplestream_intf.h:30
Definition streaming_graph_intf.h:39
Definition streaming_graph_intf.h:49
Definition object_intf.h:33
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
Definition bindingproxyoutport.h:16
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14