ADTF  3.18.2
IInternalBindingProxyabstract

Interface for accessing an internal Interface Binding Proxy of a sample stream. More...

Inheritance diagram for IInternalBindingProxy:
[legend]

Public Member Functions

 ADTF_IID (IInternalBindingProxy, "internal_binding_proxy.hollow.streaming.adtf.iid")
 definition of interface id
 
virtual tResult GetInternalBindingProxy (ucom::ant::iobject_ptr< ant::IBindingProxy > &pBindingProxy)=0
 Retrieve the internal binding proxy. 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...
 

Protected Member Functions

 ~IInternalBindingProxy ()=default
 not destructable
 
- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Interface for accessing an internal Interface Binding Proxy of a sample stream.

Definition at line 97 of file streamingrequests_intf.h.

Member Function Documentation

◆ GetInternalBindingProxy()

virtual tResult GetInternalBindingProxy ( ucom::ant::iobject_ptr< ant::IBindingProxy > &  pBindingProxy)
pure virtual

Retrieve the internal binding proxy.

Parameters
[out]pBindingProxyThis will be updated to point to the proxy.
Returns
Standard result.