#include <ControlBase.h>
Inheritance diagram for ControlBase:
Public Types | |
enum | Mode { Undefined, RTSP, TestCaching, Dummy } |
Public Member Functions | |
ControlBase (Mode mode) | |
virtual | ~ControlBase () |
virtual void | MsgOut (const MNString &text, int seq)=0 |
virtual void | MsgOut (const MNString &text)=0 |
virtual void | MsgOut (int errNo, const MNString &headers, const MNString &body, int seq)=0 |
virtual void | MsgOutNoEOL (const MNString &text)=0 |
virtual MNString | getClientHostname ()=0 |
virtual MNString | getMulticastAddress ()=0 |
virtual int | getNextCSeq ()=0 |
virtual void | setBandwidth (int) |
virtual int | getBandwidth () const |
bool | isRTSP () const |
RTSPFillBuffer * | asRTSP () |
const MNString & | getKind () const |
void | setKind (const MNString &kind) |
void | setClient (RTSPClient *client) |
RTSPClient * | getClient () |
|
|
|
|
|
|
|
|
|
Reimplemented in RTSPFillBuffer.
|
|
|
|
Implemented in RTSPFillBuffer, and TestCachingControl.
|
|
|
|
Implemented in RTSPFillBuffer, and TestCachingControl.
|
|
Implemented in RTSPFillBuffer, and TestCachingControl.
|
|
|
|
Implemented in RTSPFillBuffer, and TestCachingControl.
|
|
Implemented in RTSPFillBuffer, TestCachingControl, TestCachingDownlink, and TestCachingUplink.
|
|
Implemented in RTSPFillBuffer, and TestCachingControl.
|
|
Implemented in RTSPFillBuffer, and TestCachingControl.
|
|
Reimplemented in RTSPFillBuffer.
|
|
|
|
|