Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TransportTypes.h File Reference

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)


Enumeration Type Documentation

enum TransportTypes
 

RTSP allows arbitrary transport protocol specifications in the Transport: header line. We support only a few.

Enumeration values:
DEBUG_PROTOCOL_BEGIN  a dummy value
UNKNOWN  a dummy protocol
RTP_AVP_UDP  RTP over UDP, standard compliant
RTP_AVP_TCP  RTP over TCP, not standard compliant. Not RTP in RTSP, and server-initiated TCP connection.
TFRC_RTP_AVP_UDP  RTP with TFRC extensions over UDP, standard compatible but not compliant.
RDT_MCAST  a protocol used by Real
RDT_UDP  a protocol used by Real
RDT_TCP  a protocol used by Real
PN_TNG_UDP  a protocol used by Real
PN_TNG_TCP  a protocol used by Real
DUMMY_PROTOCOL  a dummy protocol
DEBUG_PROTOCOL_END 


Function Documentation

std::ostream& operator<< std::ostream &  ostr,
RTSP::TransportTypes  t
 


Generated on Sun Mar 6 13:35:50 2005 for Komssys by doxygen 1.3.8