/usr/include/sipxtapi/CpTopologyGraphInterface.h is in libsipxtapi-dev 3.3.0~test17-2.1.
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 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 | //
// Copyright (C) 2005-2013 SIPez LLC. All rights reserved.
//
// Copyright (C) 2004-2009 SIPfoundry Inc.
// Licensed by SIPfoundry under the LGPL license.
//
// Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
// Licensed to SIPfoundry under a Contributor Agreement.
//
// $$
//////////////////////////////////////////////////////////////////////////////
// Author: Dan Petrie (dpetrie AT SIPez DOT com)
#ifndef _CpTopologyGraphInterface_h_
#define _CpTopologyGraphInterface_h_
// SYSTEM INCLUDES
// APPLICATION INCLUDES
#include <sdp/SdpCodecList.h>
#include "mp/MpTypes.h"
#include "mi/CpMediaInterface.h"
#include <net/QoS.h>
#include "MaNotfTranslatorDispatcher.h"
// DEFINES
//#define HAVE_DELAY_API
// MACROS
// EXTERNAL FUNCTIONS
// EXTERNAL VARIABLES
// CONSTANTS
// STRUCTS
// TYPEDEFS
// FORWARD DECLARATIONS
class CpTopologyGraphFactoryImpl;
class CpTopologyMediaConnection;
class MpTopologyGraph;
class MpResourceTopology;
class MpResourceFactory;
class MpInputDeviceManager;
class MpOutputDeviceManager;
class OsSocket;
/** Subsystem manager and creator of CpTopologyGraphInterfaces specialization of CpMediaInterface
*
*/
class CpTopologyGraphInterface : public CpMediaInterface
{
/* //////////////////////////// PUBLIC //////////////////////////////////// */
public:
/* ============================ CREATORS ================================== */
//! Default constructor
CpTopologyGraphInterface(CpTopologyGraphFactoryImpl* factoryImpl,
uint32_t samplesPerFrame,
uint32_t samplesPerSec,
const char* publicAddress = NULL,
const char* localAddress = NULL,
int numCodecs = 0,
SdpCodec* sdpCodecArray[] = NULL,
const char* pLocale = "",
int expeditedIpTos = QOS_LAYER3_LOW_DELAY_IP_TOS,
const char* stunServer = NULL,
int stunPort = PORT_NONE,
int stunKeepAlivePeriodSecs = 28,
const char* turnServer = NULL,
int turnPort = PORT_NONE,
const char* turnUsername = NULL,
const char* turnPassword = NULL,
int turnKeepAlivePeriodSecs = 28,
UtlBoolean enableIce = FALSE,
OsMsgDispatcher* pDispatcher = NULL,
MpInputDeviceManager* pInputDeviceManager = NULL,
MpInputDeviceHandle inputDeviceHandle = 1,
UtlBoolean inputDeviceAlreadyEnabled = FALSE,
MpOutputDeviceManager* pOutputDeviceManager = NULL,
MpOutputDeviceHandle outputDeviceHandle = 1
);
//! Destructor
virtual ~CpTopologyGraphInterface();
void release();
/* ============================ MANIPULATORS ============================== */
/// @copydoc CpMediaInterface::createConnection()
virtual OsStatus createConnection(int& connectionId,
const char* szLocalAddress,
int localPort = 0,
void* videoWindowHandle = NULL,
void* const pSecurityAttributes = NULL,
const RtpTransportOptions rtpTransportOptions=RTP_TRANSPORT_UDP);
/// @brief This is non-standard version of createConnection() to be used
/// with custom OsSocket.
virtual OsStatus createConnection(int& connectionId,
OsSocket* rtpSocket,
OsSocket* rtcpSocket,
UtlBoolean isMulticast);
/**<
* This version of createConnection() can be used if you want to override
* the OsSocket class in order to provide an external socket implementation.
*
* @note In this case application should free socket instances by itself,
* because it is not freed in deleteConnection() method.
*/
/// @copydoc CpMediaInterface::setPlcMethod()
virtual OsStatus setPlcMethod(int connectionId,
const UtlString &methodName="");
/// @copydoc CpMediaInterface::setNotificationDispatcher()
virtual
OsMsgDispatcher* setNotificationDispatcher(OsMsgDispatcher* pNotificationDispatcher);
/// @copydoc CpMediaInterface::setNotificationsEnabled()
virtual OsStatus setNotificationsEnabled(bool enabled,
const UtlString& resourceName = NULL);
/// Get number of bridge ports (-1 on failure).
int getNumBridgePorts();
/// Look up the port on the bridge to which the indicated connection is connected.
OsStatus getConnectionPortOnBridge(int connectionId,
int streamNum,
int& portOnBridge);
/**<
* @param[in] connectionId - ID of connection to lookup.
* @param[in] streamNum - number of an input RTP stream to lookup.
* Numbering starts from 0, and stream 0 is always present.
* @param[out] portOnBridge - found bridge port or -1 on failure.
*
* @note Output bridge port is always the same as input bridge port for
* stream 0.
*
* @retval OS_SUCCESS on success
* @retval OS_NOT_FOUND if some error occurs.
*/
/// Look up the port on the bridge to which the indicated resource is connected.
OsStatus getResourceInputPortOnBridge(const UtlString &resourceName,
int outputPortIdx,
int& portOnBridge);
/**<
* @warning You must be sure, that this resource is actually connected
* to the bridge.
*
* @param[in] resourceName - name of the resource to lookup.
* @param[in] outputPortIdx - index of the resource's output port which
* is connected to the bridge.
* @param[out] portOnBridge - index of an input port to which resource
* is connected.
*/
/// @copydoc CpMediaInterface::setMediaPassThrough()
virtual OsStatus setMediaPassThrough(int connectionId,
MEDIA_STREAM_TYPE mediaType,
int mediaTypeStreamIndex,
UtlString& receiveAddress,
int rtpPort,
int rtcpPort);
/// @copydoc CpMediaInterface::setConnectionDestination()
virtual OsStatus setConnectionDestination(int connectionId,
const char* rtpHostAddress,
int rtpAudioPort,
int rtcpAudioPort,
int rtpVideoPort,
int rtcpVideoPort);
/// @copydoc CpMediaInterface::setConnectionDestination()
virtual OsStatus setConnectionDestination(int connectionId,
CpMediaInterface::MEDIA_STREAM_TYPE mediaType,
int streamIndex,
const char* rtpHostAddress,
int rtpPort,
int rtcpPort);
/// @copydoc CpMediaInterface::copyPayloadIds
virtual OsStatus copyPayloadIds(int connectionId, int numCodecs, SdpCodec* remoceCodecs[]);
/// @copydoc CpMediaInterface::startRtpSend()
virtual OsStatus startRtpSend(int connectionId,
int numCodecs,
SdpCodec* sendCodec[]);
/// @copydoc CpMediaInterface::setConnectionDestination()
virtual OsStatus startRtpReceive(int connectionId,
int numCodecs,
SdpCodec* sendCodec[]);
/// @copydoc CpMediaInterface::stopRtpSend()
virtual OsStatus stopRtpSend(int connectionId);
/// @copydoc CpMediaInterface::stopRtpReceive()
virtual OsStatus stopRtpReceive(int connectionId);
/// @copydoc CpMediaInterface::getConnectionCodecList()
virtual const SdpCodecList* getConnectionCodecList(int connectionId);
/// @copydoc CpMediaInterface::deleteConnection()
virtual OsStatus deleteConnection(int connectionId);
/// @copydoc CpMediaInterface::startTone()
virtual OsStatus startTone(int toneId, UtlBoolean local, UtlBoolean remote);
/// @copydoc CpMediaInterface::stopTone()
virtual OsStatus stopTone();
/// @copydoc CpMediaInterface::setRtcpTimeOffset()
virtual OsStatus setRtcpTimeOffset(int connectionId,
CpMediaInterface::MEDIA_STREAM_TYPE mediaType,
int streamIndex,
int timeOffset);
/// @copydoc CpMediaInterface::startChannelTone()
virtual OsStatus startChannelTone(int connectionId, int toneId, UtlBoolean local, UtlBoolean remote) ;
virtual OsStatus startChannelTone(int connectionId, int toneId, UtlBoolean local, UtlBoolean remote, UtlBoolean inband, UtlBoolean rfc4733payload) ;
/// @copydoc CpMediaInterface::stopChannelTone()
virtual OsStatus stopChannelTone(int connectionId) ;
virtual OsStatus stopChannelTone(int connectionId,
UtlBoolean inband,
UtlBoolean rfc4733payload);
/// @copydoc CpMediaInterface::playAudio()
virtual OsStatus playAudio(const char* url,
UtlBoolean repeat,
UtlBoolean local,
UtlBoolean remote,
UtlBoolean mixWithMic = false,
int downScaling = 100,
UtlBoolean autoStopAfterFinish = TRUE);
/// @copydoc CpMediaInterface::playBuffer()
virtual OsStatus playBuffer(char* buf,
unsigned long bufSize,
uint32_t bufRate,
int type,
UtlBoolean repeat,
UtlBoolean local,
UtlBoolean remote,
OsProtectedEvent* event = NULL,
UtlBoolean mixWithMic = false,
int downScaling = 100,
UtlBoolean autoStopOnFinish = TRUE);
/// @copydoc CpMediaInterface::pauseAudio()
virtual OsStatus pauseAudio();
/// @copydoc CpMediaInterface::resumeAudio()
virtual OsStatus resumeAudio();
virtual OsStatus stopAudio();
virtual OsStatus playChannelAudio(int connectionId,
const char* url,
UtlBoolean repeat,
UtlBoolean local,
UtlBoolean remote,
UtlBoolean mixWithMic = false,
int downScaling = 100,
UtlBoolean autoStopOnFinish = TRUE);
virtual OsStatus stopChannelAudio(int connectionId) ;
virtual OsStatus recordChannelAudio(int connectionId,
const char* szFile) ;
virtual OsStatus stopRecordChannelAudio(int connectionId) ;
virtual OsStatus recordBufferChannelAudio(int connectionId,
char* pBuffer,
int bufferSize,
int maxRecordTime = -1,
int maxSilence = -1) ;
virtual OsStatus stopRecordBufferChannelAudio(int connectionId) ;
/// Deprecated
virtual OsStatus createPlayer(MpStreamPlayer** ppPlayer,
const char* szStream,
int flags,
OsMsgQ *pMsgQ = NULL,
const char* szTarget = NULL) ;
/// Deprecated
virtual OsStatus destroyPlayer(MpStreamPlayer* pPlayer);
/// Deprecated
virtual OsStatus createPlaylistPlayer(MpStreamPlaylistPlayer**
ppPlayer,
OsMsgQ *pMsgQ = NULL,
const char* szTarget = NULL);
/// Deprecated
virtual OsStatus destroyPlaylistPlayer(MpStreamPlaylistPlayer* pPlayer);
/// Deprecated
virtual OsStatus createQueuePlayer(MpStreamQueuePlayer** ppPlayer,
OsMsgQ *pMsgQ = NULL,
const char* szTarget = NULL);
/// Deprecated
virtual OsStatus destroyQueuePlayer(MpStreamQueuePlayer* pPlayer);
virtual OsStatus giveFocus();
virtual OsStatus defocus();
virtual void setCodecCPULimit(int iLimit);
//:Limits the available codecs to only those within the designated
//:limit.
/// @copydoc CpMediaInterface::recordMic(int,int16_t*,int)
virtual OsStatus recordMic(int ms, int16_t* pAudioBuf, int bufferSize);
/// @copydoc CpMediaInterface::recordMic(int, int, const char*)
virtual OsStatus recordMic(int ms,
int silenceLength,
const char* fileName);
virtual void setContactType(int connectionId, SIPX_CONTACT_TYPE eType, SIPX_CONTACT_ID contactId) ;
//: Set the contact type for this Phone media interface.
// It is important to set the contact type BEFORE creating the
// connection -- setting after the connection has been created
// is essentially a NOP.
//! Rebuild the codec factory on the fly
virtual OsStatus setAudioCodecBandwidth(int connectionId, int bandWidth) ;
/// @copydoc CpMediaInterface::limitCodecs
virtual OsStatus limitCodecs(int connectionId, const SdpCodecList& includeOnlyCodecList);
virtual OsStatus rebuildCodecFactory(int connectionId,
int audioBandwidth,
int videoBandwidth,
UtlString& videoCodec);
//! Set connection bitrate on the fly
virtual OsStatus setConnectionBitrate(int connectionId, int bitrate) ;
//! Set connection framerate on the fly
virtual OsStatus setConnectionFramerate(int connectionId, int framerate) ;
virtual OsStatus setSecurityAttributes(const void* security) ;
virtual OsStatus addAudioRtpConnectionDestination(int connectionId,
int iPriority,
const char* candidateIp,
int candidatePort) ;
virtual OsStatus addAudioRtcpConnectionDestination(int connectionId,
int iPriority,
const char* candidateIp,
int candidatePort) ;
virtual OsStatus addVideoRtpConnectionDestination(int connectionId,
int iPriority,
const char* candidateIp,
int candidatePort) ;
virtual OsStatus addVideoRtcpConnectionDestination(int connectionId,
int iPriority,
const char* candidateIp,
int candidatePort) ;
virtual void setConnectionTcpRole(const int connectionId, const RtpTcpRoles role)
{
// NOT IMPLEMENTED
}
virtual OsStatus generateVoiceQualityReport(int connectiond,
const char* callId,
UtlString& report) ;
/// Enable/disable discontinuous transmission for given connection.
OsStatus enableDtx(int connectionId, UtlBoolean enable);
/// Set inactive time (in ms) after which RTP stream is actually marked inactive.
OsStatus setRtpInactivityTimeout(int connectionId, int timeoutMs);
/* ============================ ACCESSORS ================================= */
/** soon to be deprecated in favor of getCapabilitiesEx
*/
virtual OsStatus getCapabilities(int connectionId,
UtlString& rtpHostAddress,
int& rtpAudioPort,
int& rtcpAudioPort,
int& rtpVideoPort,
int& rtcpVideoPort,
SdpCodecList& supportedCodecs,
SdpSrtpParameters& srtpParams,
int bandWidth,
int& videoBandwidth,
int& videoFramerate);
/**
* replacement for getCapabilities
*/
virtual OsStatus getCapabilitiesEx(int connectionId,
int nMaxAddresses,
UtlString rtpHostAddresses[],
int rtpAudioPorts[],
int rtcpAudioPorts[],
int rtpVideoPorts[],
int rtcpVideoPorts[],
RTP_TRANSPORT transportTypes[],
int& nActualAddresses,
SdpCodecList& supportedCodecs,
SdpSrtpParameters& srtpParameters,
int bandWidth,
int& videoBandwidth,
int& videoFramerate);
//! Calculate the current cost for the current set of
//! sending/receiving codecs.
virtual int getCodecCPUCost();
//! Calculate the worst case cost for the current set of
//! sending/receiving codecs.
virtual int getCodecCPULimit();
// @copydoc CpMediaInterface::getSamplesPerSec()
virtual uint32_t getSamplesPerSec();
/// @copydoc CpMediaInterface::getSamplesPerFrame()
virtual uint32_t getSamplesPerFrame();
/// @copydoc CpMediaInterface::getMsgQ()
virtual OsMsgQ* getMsgQ();
/// @copydoc CpMediaInterface::getNotificationDispatcher()
virtual OsMsgDispatcher* getNotificationDispatcher();
/// @copydoc CpMediaInterface::setMixWeightForOutput
virtual OsStatus setMixWeightForOutput(int bridgeOutputPort, float weight);
/// @copydoc CpMediaInterface::setMixWeightsForOutput()
virtual OsStatus setMixWeightsForOutput(int bridgeOutputPort, int numWeights, float weights[]);
virtual OsStatus getVideoQuality(int& quality);
virtual OsStatus getVideoBitRate(int& bitRate);
virtual OsStatus getVideoFrameRate(int& frameRate);
// Returns the primary codec for the connection
virtual OsStatus getPrimaryCodec(int connectionId,
UtlString& audioCodec,
UtlString& videoCodec,
int* audiopPayloadType,
int* videoPayloadType,
bool& isEncrypted);
virtual OsStatus setVideoWindowDisplay(const void* hWnd);
virtual const void* getVideoWindowDisplay();
virtual OsStatus getAudioEnergyLevels(int& iInputEnergyLevel,
int& iOutputEnergyLevel)
{ return OS_NOT_SUPPORTED ;} ;
virtual OsStatus getAudioEnergyLevels(int connectionId,
int& iInputEnergyLevel,
int& iOutputEnergyLevel,
int& nContributors,
unsigned int* pContributorSRCIds,
int* pContributorEngeryLevels)
{ return OS_NOT_SUPPORTED ;} ;
/// Get receiving and sending SSRCs for given connection.
virtual OsStatus getAudioRtpSourceIDs(int connectionId,
unsigned int& uiSendingSSRC,
unsigned int& uiReceivingSSRC);
/**<
* WARNING! uiReceivingSSRC is not filled right now. Someday it should
* be made an array and then we'll be able to fill it in.
*/
virtual OsStatus enableAudioTransport(int connectionId, UtlBoolean bEnable)
{
return OS_NOT_SUPPORTED;
};
virtual OsStatus enableVideoTransport(int connectionId, UtlBoolean bEnable)
{
return OS_NOT_SUPPORTED;
};
// Note: the followingproperties may be set or get, but have no effect
// Set a media property on the media interface
/*
* Media interfaces that wish to interoperate should implement the following properties
* and values:
*
* Property Name Property Values
* ======================= ===============
* "audioInput1.muteState" "true", "false" for systems that may have a microphone for each conference or 2-way call
* "audioInput1.device" same value as szDevice in sipxAudioSetCallInputDevice
* "audioOutput1.deviceType" "speaker", "ringer" same as sipxAudioEnableSpeaker, but for specific conference or 2-way call
* "audioOutput1.ringerDevice" same value as szDevice in sipxAudioSetRingerOutputDevice
* "audioOutput1.speakerDevice" same values as szDevice in sipxAudioSetCallOutputDevice
* "audioOutput1.volume" string value of iLevel in sipxAudioSetVolume
*/
virtual OsStatus setMediaProperty(const UtlString& propertyName,
const UtlString& propertyValue);
//! Get a media property on the media interface
virtual OsStatus getMediaProperty(const UtlString& propertyName,
UtlString& propertyValue);
//! Set a media property associated with a connection
virtual OsStatus setMediaProperty(int connectionId,
const UtlString& propertyName,
const UtlString& propertyValue);
//! Get a media property associated with a connection
virtual OsStatus getMediaProperty(int connectionId,
const UtlString& propertyName,
UtlString& propertyValue);
/// Get a latency of the input part of the RTP or local connection
virtual OsStatus getConnectionInputLatency(int &latency,
MpConnectionID connectionId,
int streamId=0);
/**<
* @param[out] latency - returned latency value.
* @param[in] connectionId - connection ID to get latency for. Use -1 for local mic.
* @param[in] streamId - stream ID to get latency for. Use 0 for default.
*
* @retval OS_SUCCESS if latency has been successfully calculated.
* @retval OS_NOT_FOUND if connection or stream is not found.
*/
/// Get a latency of the output part of the RTP or local connection
virtual OsStatus getConnectionOutputLatency(int &latency,
MpConnectionID connectionId=-1);
/**<
* @param[out] latency - returned latency value.
* @param[in] connectionId - connection ID to get latency for. Use -1 for local speaker.
*
* @retval OS_SUCCESS if latency has been successfully calculated.
* @retval OS_NOT_FOUND if connection or stream is not found.
*/
virtual UtlString getType() { return "CpTopologyGraphInterface"; };
/* ============================ INQUIRY =================================== */
//! Query whether the specified media connection is enabled for
//! sending RTP.
virtual UtlBoolean isSendingRtpAudio(int connectionId);
//! Query whether the specified media connection is enabled for
//! sending RTP.
virtual UtlBoolean isSendingRtpVideo(int connectionId);
//! Query whether the specified media connection is enabled for
//! sending RTP.
virtual UtlBoolean isReceivingRtpAudio(int connectionId);
//! Query whether the specified media connection is enabled for
//! sending RTP.
virtual UtlBoolean isReceivingRtpVideo(int connectionId);
//! Query whether the specified media connection has a destination
//! specified for sending RTP.
virtual UtlBoolean isDestinationSet(int connectionId);
//! Query whether a new party can be added to this media interfaces
virtual UtlBoolean canAddParty();
//! Query whether the connection has started sending or receiving video
virtual UtlBoolean isVideoInitialized(int connectionId);
//! Query whether the connection has started sending or receiving audio
virtual UtlBoolean isAudioInitialized(int connectionId);
//! Query if the audio device is available.
virtual UtlBoolean isAudioAvailable();
//! Query if we are mixing a video conference
virtual UtlBoolean isVideoConferencing(){return(FALSE);};
/* //////////////////////////// PROTECTED ///////////////////////////////// */
protected:
UtlBoolean getLocalAddresses( int connectionId,
UtlString& hostIp,
int& rtpAudioPort,
int& rtcpAudioPort,
int& rtpVideoPort,
int& rtcpVideoPort) ;
UtlBoolean getNatedAddresses( int connectionId,
UtlString& hostIp,
int& rtpAudioPort,
int& rtcpAudioPort,
int& rtpVideoPort,
int& rtcpVideoPort) ;
UtlBoolean getRelayAddresses( int connectionId,
UtlString& hostIp,
int& rtpAudioPort,
int& rtcpAudioPort,
int& rtpVideoPort,
int& rtcpVideoPort) ;
OsStatus addLocalContacts( int connectionId,
int nMaxAddresses,
UtlString rtpHostAddresses[],
int rtpAudioPorts[],
int rtcpAudioPorts[],
int rtpVideoPorts[],
int rtcpVideoPorts[],
int& nActualAddresses) ;
OsStatus addNatedContacts( int connectionId,
int nMaxAddresses,
UtlString rtpHostAddresses[],
int rtpAudioPorts[],
int rtcpAudioPorts[],
int rtpVideoPorts[],
int rtcpVideoPorts[],
int& nActualAddresses) ;
OsStatus addRelayContacts( int connectionId,
int nMaxAddresses,
UtlString rtpHostAddresses[],
int rtpAudioPorts[],
int rtcpAudioPorts[],
int rtpVideoPorts[],
int rtcpVideoPorts[],
int& nActualAddresses) ;
void applyAlternateDestinations(int connectionId) ;
/// Create socket pair for RTP/RTCP streams.
OsStatus createRtpSocketPair(UtlString localAddress,
int localPort,
UtlBoolean isMulticast,
SIPX_CONTACT_TYPE contactType,
OsSocket* &rtpSocket,
OsSocket* &rtcpSocket);
/**<
* For RTP/RTCP port pair will be set next free port pair.
*
* @param[in] localAddress - Address to bind to (for multihomed hosts).
* @param[in] localPort - Local port to bind to (0 for auto select).
* @param[in] isMulticast - Is requested stream multicast or not?
* @param[in] contactType - Contact type (see SIPX_CONTACT_TYPE).
* @param[out] rtpSocket - Created socket for RTP stream.
* @param[out] rtcpSocket - Created socket for RTCP stream.
*/
/* //////////////////////////// PRIVATE /////////////////////////////////// */
private:
int mLastConnectionId;
MpResourceFactory* mpResourceFactory;
MpTopologyGraph* mpTopologyGraph;
SdpCodecList mSupportedCodecs;
UtlDList mMediaConnections;
int mExpeditedIpTos;
MpInputDeviceManager* mpInputDeviceManager;
MpInputDeviceHandle mInputDeviceHandle;
MpOutputDeviceManager* mpOutputDeviceManager;
MpOutputDeviceHandle mOutputDeviceHandle;
UtlString mStunServer;
int mStunPort;
int mStunRefreshPeriodSecs;
UtlString mTurnServer;
int mTurnPort;
int mTurnRefreshPeriodSecs;
UtlString mTurnUsername;
UtlString mTurnPassword;
UtlBoolean mEnableIce;
UtlString mRtpReceiveHostAddress;
UtlString mLocalAddress;
UtlHashMap mInterfaceProperties;
MaNotfTranslatorDispatcher mTranslatorDispatcher; ///< Dispatcher for translating
///< mediaLib notification messages into abstract MediaAdapter ones.
///< Only used if a dispatcher is set on this interface.
/// Get the next unique connection Id scoped to this flowgraph
int getNextConnectionId();
/// Create media connection structure to store connection params.
CpTopologyMediaConnection* createMediaConnection(int& connectionId, UtlBoolean isMcast);
/// Free media connection structure.
OsStatus deleteMediaConnection(CpTopologyMediaConnection* mediaConnection);
/// Get media connection structure by its connectionID.
CpTopologyMediaConnection* getMediaConnection(int connectionId);
/// Enable discarding of our RTP stream, looped back to us.
OsStatus discardLoopbackRtp(CpTopologyMediaConnection* mediaConnection);
/**<
* This is the case, when you have to turn off similar OS functionality.
* E.g. this is the case, when you're running two or more connections
* on the same computer with the same multicast address and want to
* receive each others packets.
*/
/// Stop receiving RTP on selected media connection.
void stopRtpReceive(CpTopologyMediaConnection* mediaConnection);
/// Stop receiving RTP on selected media connection.
void stopRtpSend(CpTopologyMediaConnection* mediaConnection);
/// Set mixing weight from all connection's streams to the given output port.
OsStatus setConnectionWeightOnBridge(CpTopologyMediaConnection *mediaConnection,
int destPort,
float weight);
/// Set mixing weight from all connection's streams to the given output port.
OsStatus setConnectionToConnectionWeight(CpTopologyMediaConnection *srcConnection,
int destConnectionId,
float weight);
/// Set the Mic gain.
OsStatus setMicGain(float gain);
/// Set mixing weight from the Mic to all other Bridge ports.
OsStatus setMicWeightOnBridge(float weight);
/// Disabled copy constructor
CpTopologyGraphInterface(CpTopologyGraphInterface&);
/// Disabled assignment operator
CpTopologyGraphInterface& operator=(const CpTopologyGraphInterface&);
};
/* ============================ INLINE METHODS ============================ */
#endif // _CpTopologyGraphInterface_h_
|