#include <NopSinkSH.h>
Inheritance diagram for SH::NopSinkSinkEndpoint:


Public Member Functions | |
| NopSinkSinkEndpoint (NopSinkSH *mySH) | |
| virtual | ~NopSinkSinkEndpoint () |
| virtual SH_RC | push (DataPtr item) |
| NopSinkSH * | dsh () |
|
|
|
|
|
|
|
|
|
|
|
Called when an upstream stream handler hands a data item to this endpoint's stream handler. In case of success, returns SH_OK. Returns SH_NOT_CONNECTED if the endpoint is not connected. Returns SH_NOT_STREAMING if the stream handler is not streaming. Returns SH_ACTIVE if the stream handler is neither a passive nor a through stream handler, ie. if a call to push() is not supposed to happen. In all error cases the data item is released. Reimplemented from SH::SinkEndpoint.
|
1.3.8