ADTF
|
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... | |
Interface for reacting synchrounously to stream type changes.
Definition at line 25 of file streamingrequests_intf.h.
|
pure virtual |
Called synchrounously when a writer updates the stream type of a sample stream.
[in] | pStreamType | The new stream type. |