/usr/include/openh323/h323rtp.h is in libh323plus-dev 1.24.0~dfsg2-1.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 | /*
* h323rtp.h
*
* H.323 RTP protocol handler
*
* Open H323 Library
*
* Copyright (c) 1998-2000 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
*
* The Original Code is Open H323 Library.
*
* The Initial Developer of the Original Code is Equivalence Pty. Ltd.
*
* Portions of this code were written with the assisance of funding from
* Vovida Networks, Inc. http://www.vovida.com.
*
* Contributor(s): ______________________________________.
*
* $Log: h323rtp.h,v $
* Revision 1.7 2010/05/03 03:56:34 shorne
* Improved collection of sender reports including identifying session they originated from
*
* Revision 1.6 2010/04/12 21:39:54 willamowius
* give application access to RTP sender reports
*
* Revision 1.5 2009/07/03 04:14:59 shorne
* more H.460.18/19 support
*
* Revision 1.4 2009/06/28 01:41:52 shorne
* Replaced P_HAS_QOS with P_QOS (depreciated in PTLib)
*
* Revision 1.3 2009/06/28 00:11:03 shorne
* Added H.460.18/19 Support
*
* Revision 1.2 2008/05/23 11:19:46 willamowius
* switch BOOL to PBoolean to be able to compile with Ptlib 2.2.x
*
* Revision 1.1 2007/08/06 20:50:49 shorne
* First commit of h323plus
*
* Revision 1.13.2.2 2007/05/23 06:58:02 shorne
* Nat Support for EP's nested behind same NAT
*
* Revision 1.13.2.1 2006/12/23 19:08:02 shorne
* Plugin video codecs & sundry
*
* Revision 1.13 2006/01/26 03:44:53 shorne
* added Transport Capability exchange
*
* Revision 1.12 2005/11/30 13:05:01 csoutheren
* Changed tags for Doxygen
*
* Revision 1.11 2003/10/27 06:03:39 csoutheren
* Added support for QoS
* Thanks to Henry Harrison of AliceStreet
*
* Revision 1.10 2003/02/07 00:27:59 robertj
* Changed function to virtual to help in using external multiicast RTP stacks.
*
* Revision 1.9 2002/09/16 01:14:15 robertj
* Added #define so can select if #pragma interface/implementation is used on
* platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan.
*
* Revision 1.8 2002/09/03 06:19:37 robertj
* Normalised the multi-include header prevention ifdef/define symbol.
*
* Revision 1.7 2002/08/05 10:03:47 robertj
* Cosmetic changes to normalise the usage of pragma interface/implementation.
*
* Revision 1.6 2001/02/09 05:16:24 robertj
* Added #pragma interface for GNU C++.
*
* Revision 1.5 2000/08/31 08:15:32 robertj
* Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations.
*
* Revision 1.4 2000/05/18 11:53:34 robertj
* Changes to support doc++ documentation generation.
*
* Revision 1.3 2000/05/02 04:32:24 robertj
* Fixed copyright notice comment.
*
* Revision 1.2 2000/04/05 03:17:31 robertj
* Added more RTP statistics gathering and H.245 round trip delay calculation.
*
* Revision 1.1 1999/12/23 23:02:35 robertj
* File reorganision for separating RTP from H.323 and creation of LID for VPB support.
*
*/
#ifndef __OPAL_H323RTP_H
#define __OPAL_H323RTP_H
#ifdef P_USE_PRAGMA
#pragma interface
#endif
#include "rtp.h"
class H225_RTPSession;
class H245_TransportAddress;
class H245_H2250LogicalChannelParameters;
class H245_H2250LogicalChannelAckParameters;
class H245_ArrayOf_GenericInformation;
class H323Connection;
class H323_RTPChannel;
class H245_TransportCapability;
///////////////////////////////////////////////////////////////////////////////
/**This class is for encpsulating the IETF Real Time Protocol interface.
*/
class H323_RTP_Session : public RTP_UserData
{
PCLASSINFO(H323_RTP_Session, RTP_UserData);
/**@name Overrides from RTP_UserData */
//@{
/**Callback from the RTP session for transmit statistics monitoring.
This is called every RTP_Session::senderReportInterval packets on the
transmitter indicating that the statistics have been updated.
The default behaviour calls H323Connection::OnRTPStatistics().
*/
virtual void OnTxStatistics(
const RTP_Session & session ///< Session with statistics
) const;
/**Callback from the RTP session for receive statistics monitoring.
This is called every RTP_Session::receiverReportInterval packets on the
receiver indicating that the statistics have been updated.
The default behaviour calls H323Connection::OnRTPStatistics().
*/
virtual void OnRxStatistics(
const RTP_Session & session ///< Session with statistics
) const;
/**Callback from the RTP session for statistics monitoring.
This is called at the end of a call to indicating
that the statistics of the call.
The default behaviour calls H323Connection::OnFinalStatistics().
*/
virtual void OnFinalStatistics(
const RTP_Session & session ///< Session with statistics
) const;
//@}
/**Callback from the RTP session for statistics monitoring.
This is called when a RTPSenderReport is received
The default behaviour calls H323Connection::OnRxSenderReport().
*/
virtual void OnRxSenderReport(
unsigned sessionID,
const RTP_Session::SenderReport & send,
const RTP_Session::ReceiverReportArray & recv
) const;
/**@name Operations */
//@{
/**Fill out the OpenLogicalChannel PDU for the particular channel type.
*/
virtual PBoolean OnSendingPDU(
const H323_RTPChannel & channel, ///< Channel using this session.
H245_H2250LogicalChannelParameters & param ///< Open PDU to send.
) const = 0;
/**Sending alternate RTP ports if behind same NAT
*/
virtual PBoolean OnSendingAltPDU(
const H323_RTPChannel & channel, ///< Channel using this session.
H245_ArrayOf_GenericInformation & alternate ///< Alternate RTP ports
) const = 0;
/**This is called when request to create a channel is received from a
remote machine and is about to be acknowledged.
*/
virtual void OnSendingAckPDU(
const H323_RTPChannel & channel, ///< Channel using this session.
H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU
) const = 0;
/**This is called after a request to create a channel occurs from the
local machine via the H245LogicalChannelDict::Open() function, and
the request has been acknowledged by the remote endpoint.
*/
virtual PBoolean OnReceivedPDU(
H323_RTPChannel & channel, ///< Channel using this session.
const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU
unsigned & errorCode ///< Error on failure
) = 0;
/**This is called after a request to create a channel occurs from the
local machine via the H245LogicalChannelDict::Open() function, and
the request has been acknowledged by the remote endpoint.
*/
virtual PBoolean OnReceivedAckPDU(
H323_RTPChannel & channel, ///< Channel using this session.
const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU
) = 0;
/**Alternate RTP port information for Same NAT
*/
virtual PBoolean OnReceivedAckAltPDU(
H323_RTPChannel & channel, ///< Channel using this session.
const H245_ArrayOf_GenericInformation & alternate ///< Alternate RTP ports
) = 0;
/**This is called when a gatekeeper wants to get status information from
the endpoint.
The default behaviour fills in the session ID's and SSRC parameters
but does not do anything with the transport fields.
*/
virtual void OnSendRasInfo(
H225_RTPSession & info ///< RTP session info PDU
) = 0;
//@}
protected:
/**@name Construction */
//@{
/**Create a new channel.
*/
H323_RTP_Session(
const H323Connection & connection ///< Owner of the RTP session
);
//@}
const H323Connection & connection; ///< Owner of the RTP session
};
/**This class is for the IETF Real Time Protocol interface on UDP/IP.
*/
class H323_RTP_UDP : public H323_RTP_Session
{
PCLASSINFO(H323_RTP_UDP, H323_RTP_Session);
public:
/**@name Construction */
//@{
/**Create a new RTP session H323 info.
*/
H323_RTP_UDP(
const H323Connection & connection, ///< Owner of the RTP session
RTP_UDP & rtp, ///< RTP session
RTP_QOS * rtpqos = NULL ///< QoS spec if available
);
//@}
/**@name Operations */
//@{
/**Get the Session ID
*/
virtual unsigned GetSessionID() const;
/**Fill out the OpenLogicalChannel PDU for the particular channel type.
*/
virtual PBoolean OnSendingPDU(
const H323_RTPChannel & channel, ///< Channel using this session.
H245_H2250LogicalChannelParameters & param ///< Open PDU to send.
) const;
/**Sending alternate RTP ports if behind same NAT
*/
virtual PBoolean OnSendingAltPDU(
const H323_RTPChannel & channel, ///< Channel using this session.
H245_ArrayOf_GenericInformation & alternate ///< Alternate RTP ports
) const;
/**This is called when request to create a channel is received from a
remote machine and is about to be acknowledged.
*/
virtual void OnSendingAckPDU(
const H323_RTPChannel & channel, ///< Channel using this session.
H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU
) const;
/**This is called after a request to create a channel occurs from the
local machine via the H245LogicalChannelDict::Open() function, and
the request has been acknowledged by the remote endpoint.
The default behaviour sets the remote ports to send UDP packets to.
*/
virtual PBoolean OnReceivedPDU(
H323_RTPChannel & channel, ///< Channel using this session.
const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU
unsigned & errorCode ///< Error on failure
);
/**This is called after a request to create a channel occurs from the
local machine via the H245LogicalChannelDict::Open() function, and
the request has been acknowledged by the remote endpoint.
The default behaviour sets the remote ports to send UDP packets to.
*/
virtual PBoolean OnReceivedAckPDU(
H323_RTPChannel & channel, ///< Channel using this session.
const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU
);
/**Alternate RTP port information for Same NAT
*/
virtual PBoolean OnReceivedAckAltPDU(
H323_RTPChannel & channel, ///< Channel using this session.
const H245_ArrayOf_GenericInformation & alternate ///< Alternate RTP ports
);
/**This is called when a gatekeeper wants to get status information from
the endpoint.
The default behaviour calls the ancestor functon and then fills in the
transport fields.
*/
virtual void OnSendRasInfo(
H225_RTPSession & info ///< RTP session info PDU
);
//@}
#if P_QOS
/**@name GQoS Support */
//@{
/**Write the Transport Capability PDU to Include GQoS Support.
*/
virtual PBoolean WriteTransportCapPDU(
H245_TransportCapability & cap, ///* Transport Capability PDU
const H323_RTPChannel & channel ///* Channel using this session.
) const;
/**Read the Transport Capability PDU to detect GQoS Support.
*/
virtual void ReadTransportCapPDU(
const H245_TransportCapability & cap, ///* Transport Capability PDU
H323_RTPChannel & channel ///* Channel using this session.
);
//@}
#endif
protected:
virtual PBoolean ExtractTransport(
const H245_TransportAddress & pdu,
PBoolean isDataPort,
unsigned & errorCode
);
RTP_UDP & rtp;
};
#endif // __OPAL_H323RTP_H
/////////////////////////////////////////////////////////////////////////////
|