ADTF  3.18.2
IStreamTypeHandlerabstract

Interface for reacting synchrounously to stream type changes. More...

Public Member Functions

 ADTF_IID (IStreamTypeHandler, "stream_type_handler.hollow.streaming.adtf.iid")
 definition of interface id
 
virtual void HandleNewStreamType (const ucom::ant::iobject_ptr< const ant::IStreamType > &pStreamType)=0
 Called synchrounously when a writer updates the stream type of a sample stream. More...
 

Detailed Description

Interface for reacting synchrounously to stream type changes.

Definition at line 25 of file streamingrequests_intf.h.

Member Function Documentation

◆ HandleNewStreamType()

virtual void HandleNewStreamType ( const ucom::ant::iobject_ptr< const ant::IStreamType > &  pStreamType)
pure virtual

Called synchrounously when a writer updates the stream type of a sample stream.

Parameters
[in]pStreamTypeThe new stream type.