ADTF
Loading...
Searching...
No Matches
outpin_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 IOutPin : public IPin
20 {
21 public:
23 ADTF_IID(IOutPin, "outpin.ant.streaming.adtf");
24 };
25
26} //namespace ant
27
29using ant::IOutPin;
30
31} //namespace streaming
32} //namespace adtf
Definition outpin_intf.h:20
ADTF_IID(IOutPin, "outpin.ant.streaming.adtf")
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