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

TransportTypes.h

Go to the documentation of this file.
00001 /* Copyright (C) 2005 Carsten Griwodz 00002 * 00003 * You are allowed to use this code under the following terms: 00004 * 00005 * For non-commercial use, this code may be used in unmodified form 00006 * provided that this copyright notice and this permission notice appear 00007 * in supporting documentation. 00008 * 00009 * The code may be made subject to the terms of the GNU General Public 00010 * License, Version 2, and re-distributed under the terms of this license. 00011 * 00012 * Commercial use other than under the terms of the GNU General Public 00013 * License is allowed only after negotiation of conditions with the authors. 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 }; // namespace RTSP 00054 00055 std::ostream& operator<<( std::ostream& ostr, RTSP::TransportTypes t ); 00056 00057 #endif /* RTSP_TRANSPORT_TYPES */

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