#include <SHGraphManager.h>
Inheritance diagram for SHGraphManager:
Public Types | |
enum | GetValue { GET_SSRC } |
Public Member Functions | |
GMUser * | getUser () |
SHGraphManager (GMUser *user, MNSelector &sel) | |
virtual | ~SHGraphManager () |
MNSelector & | mainSelector () |
int | get_sh_id (SH::Base *sh) |
Assign a unique ID to a new stream handler. | |
virtual bool | graphManNotify (int idx, SH::Base *caller, SH::Notification attribute, void *msg)=0 |
virtual bool | synchronousGet (GetValue what, u_int32 &outVar) |
|
|
|
|
|
|
|
Assign a unique ID to a new stream handler.
|
|
Returns the user-object of this GM. This object can be used for connection between RTP- and RTSP-part of the program |
|
|
|
|
This funktion allows to synchronously check several values that should be known to graph managers that make use of a specific stream handler. The base class will refuse all queries.
Reimplemented in FileStreamerGM, SendBlockStreamerGM, and TranscodingGM.
|