ADTF
|
Interface for accessing an internal Interface Binding Proxy of a sample stream. More...
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! | |
Interface for accessing an internal Interface Binding Proxy of a sample stream.
Definition at line 97 of file streamingrequests_intf.h.
|
pure virtual |
Retrieve the internal binding proxy.
[out] | pBindingProxy | This will be updated to point to the proxy. |