#include <RTSPMsgSetup.h>
Inheritance diagram for RTSP::Setup:
Public Member Functions | |
Setup (const MNString &uri, int cseq) | |
void | set_tfrc (bool yes) |
void | set_rtp_tcp (bool yes) |
void | set_multicast (bool yes) |
void | set_proxy_formatswitching (bool yes) |
void | set_proxy_streaming (bool yes) |
void | set_proxy_caching (bool yes) |
void | set_destination (const MNString &dest) |
void | set_client_port (int client_port) |
void | set_bandwidth (u_int64_t bandwidth) |
void | set_add_streamid_to_url (bool yes) |
void | set_is_JVC_camera (bool yes) |
void | addTrackIDToUrl (const MNString &trackID) |
void | setSessionID (const MNString &sessionID) |
virtual MNString | toString () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements RTSP::Msg.
|