Go to the source code of this file.
Namespaces | |
namespace | RTSP |
Enumerations | |
enum | TransportTypes { DEBUG_PROTOCOL_BEGIN = 0, UNKNOWN = 0, RTP_AVP_UDP = 1, RTP_AVP_TCP, TFRC_RTP_AVP_UDP, RDT_MCAST, RDT_UDP, RDT_TCP, PN_TNG_UDP, PN_TNG_TCP, DUMMY_PROTOCOL, DEBUG_PROTOCOL_END = DUMMY_PROTOCOL } |
Functions | |
std::ostream & | operator<< (std::ostream &ostr, RTSP::TransportTypes t) |
|
RTSP allows arbitrary transport protocol specifications in the Transport: header line. We support only a few.
|
|
|