#include <PullResizeSH.h>
Inheritance diagram for SH::PullResizeSH:
Public Member Functions | |
PullResizeSH (SHGraphManager *mgr, u_int32_t runtimeId, MNSelector &sel) | |
virtual | ~PullResizeSH () |
virtual SH_RC | initSH () |
SH. | |
virtual SH_RC | uninitSH () |
SH. | |
virtual SH_RC | startStreaming () |
SH. | |
virtual SH_RC | stopStreaming () |
SH. | |
virtual void | pushReport (Report *report, Direction d) |
virtual SinkEndpoint ** | getSinkSpecs () |
virtual SourceEndpoint ** | getSourceSpecs () |
virtual bool | isConnected () const |
Protected Attributes | |
SinkEndpoint * | in_ep_a [1] |
SourceEndpoint * | out_ep_a [1] |
PullResizeSinkEndpoint | inEP |
PullResizeSourceEndpoint | outEP |
|
|
|
|
|
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.
|
|
SH.
Reimplemented from SH::Base.
|
|
Indicate whether a sufficient number of endpoints are connected for the stream handler to be active. Implements SH::Status.
|
|
|
|
SH.
Reimplemented from SH::Base.
|
|
SH.
Reimplemented from SH::Base.
|
|
SH.
Reimplemented from SH::Base.
|
|
|
|
|
|
|
|
|