|
ADTF
|
#include <streamingrequests_intf.h>
Inherits adtf::ucom::ant::IObject.
Public Member Functions | |
| ADTF_IID (IStreamingRequests, "streaming_requests.hollow.streaming.adtf.iid") | |
| definition of interface id | |
| virtual tResult | RequestSamples (ucom::ant::iobject_ptr< IStreamingRequest > &pRequest, uint32_t nSubStreamId, const base::ant::IProperties *pRequestProperties=nullptr)=0 |
| virtual void | RegisterStreamTypeHandler (IStreamTypeHandler &oHandler)=0 |
| virtual void | UnregisterStreamTypeHandler (IStreamTypeHandler &oHandler)=0 |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Protected Member Functions | |
| ~IStreamingRequests ()=default | |
| not destructable | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Interface for handling streaming requests.
|
pure virtual |
Registers a new stream type handler.
This will call the IStreamTypeHandler::HandleNewStreamType() method with the current type once and for any later update.
| [in] | oHandler | The new handler. |
|
pure virtual |
RequestSamples of the given Substream to be generated and/or transmitted.
| [out] | pRequest | Keep this as long as you request samples to be transmitted. |
| [in] | nSubStreamId | The id of the Substream. |
| [in] | pRequestProperties | The request properties. If nullptr, then defaults will be used. |
|
pure virtual |
Unregisters a stream type handler.
| [in] | oHandler | The new handler. |