#include <MNConcatinizerSH.h>
Inheritance diagram for SH::ConcatinizerSH:
Public Member Functions | |
ConcatinizerSH (SHGraphManager *mgr, u_int32_t runtimeId, MNSelector &sel) | |
virtual SH_RC | initSH () |
virtual SH_RC | uninitSH () |
virtual SH_RC | startStreaming () |
virtual SH_RC | stopStreaming () |
virtual void | run () |
void | patchComplete () |
void | mainComplete () |
void | createFileEndpoint () |
virtual SinkEndpoint ** | getSinkSpecs () |
virtual SourceEndpoint ** | getSourceSpecs () |
virtual bool | isConnected () const |
Protected Member Functions | |
virtual void | pushReport (ReportPtr report, Direction d) |
Protected Attributes | |
SinkEndpoint * | _in_ep_a [2] |
SourceEndpoint * | _out_ep_a [2] |
ConcatinizerSinkEndpoint | _inEPpatch |
ConcatinizerSinkEndpoint | _inEPmain |
ConcatinizerSourceEndpoint | _outEPnet |
ConcatinizerSourceEndpoint * | _outEPfile |
|
|
|
Called by the graphmanager to instantiate the SourceEndpoint for the FileSink if caching is enabled! |
|
Provide a list of valid sink endpoint specifications to the graph manager.
Implements SH::Status.
|
|
Provide a list of valid source endpoint specifications to the graph manager.
Implements SH::Status.
|
|
Reimplemented from SH::Base.
|
|
Indicate whether a sufficient number of endpoints are connected for the stream handler to be active. Note that this weird stream handler operates as soon as one side is connected. That allow asynchronous operations, slow handovers any other tricks. Implements SH::Status.
|
|
Called by the graphmanager if the transmission of the MC stream is complete. |
|
Called by the graphmanager if the transmission of the patch stream is complete. |
|
pushReport(r) can be called on source and sink endpoints, which will in turn call their owning stream handler for forwarding the report into the same general direction. The specific stream handler must overload this call if it wants to evaluate the reports, or if it has downstream or well as upstream endpoints. If the SH does not care about reports and has endpoints on only one side, it needs not overload this function. The reports are ignored and deleted in that case. Reimplemented from SH::Base.
|
|
MNThread callback-method Implements MNThread.
|
|
Reimplemented from SH::Base.
|
|
Reimplemented from SH::Base.
|
|
Reimplemented from SH::Base.
|
|
|
|
|
|
|
|
|
|
|
|
|