ADTF
Loading...
Searching...
No Matches
inpin_intf.h
Go to the documentation of this file.
1
7#pragma once
8#include "pin_intf.h"
9
10namespace adtf
11{
12namespace streaming
13{
14namespace ant
15{
19 class IInPin : public IPin
20 {
21 public:
23 ADTF_IID(IInPin, "inpin.ant.streaming.adtf.iid");
24 };
25} //namespace ant
26
28using ant::IInPin;
29
30} //namespace streaming
31} //namespace adtf
Definition inpin_intf.h:20
ADTF_IID(IInPin, "inpin.ant.streaming.adtf.iid")
definiton of interface id
Definition pin_intf.h:24
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