TransportTypes.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
#ifndef RTSP_TRANSPORT_TYPES
00016
#define RTSP_TRANSPORT_TYPES
00017
00018
#include <iostream>
00019
#include "mnstream.h"
00020
00021
namespace RTSP
00022 {
00026 enum TransportTypes
00027 {
00028
DEBUG_PROTOCOL_BEGIN = 0,
00029
UNKNOWN = 0,
00030
00033
RTP_AVP_UDP = 1,
00034
00038
RTP_AVP_TCP,
00039
00043
TFRC_RTP_AVP_UDP,
00044
00045
RDT_MCAST,
00046
RDT_UDP,
00047
RDT_TCP,
00048
PN_TNG_UDP,
00049
PN_TNG_TCP,
00050
DUMMY_PROTOCOL,
00051
DEBUG_PROTOCOL_END =
DUMMY_PROTOCOL
00052 };
00053 };
00054
00055 std::ostream&
operator<<( std::ostream& ostr, RTSP::TransportTypes t );
00056
00057
#endif
Generated on Sun Mar 6 13:35:50 2005 for Komssys by
1.3.8