| 358 |
/*! |
/*! |
| 359 |
* Get the local ip-address and port number for the rtp audio media. |
* Get the local ip-address and port number for the rtp audio media. |
| 360 |
*/ |
*/ |
| 361 |
virtual void getLocalRtpAudioInfo( IpInfo& rtp_audio ) const; |
virtual void getLocalRtpAudioInfo( RtpIpInfo& rtp_audio ) const; |
| 362 |
|
|
| 363 |
/*! |
/*! |
| 364 |
* Get the local ip-address and port number for the rtp video media. |
* Get the local ip-address and port number for the rtp video media. |
| 365 |
*/ |
*/ |
| 366 |
virtual void getLocalRtpVideoInfo( IpInfo& rtp_video ) const; |
virtual void getLocalRtpVideoInfo( RtpIpInfo& rtp_video ) const; |
| 367 |
|
|
| 368 |
/*! |
/*! |
| 369 |
* Save the ip-address and port of the remote party's rtp audio. |
* Save the ip-address and port of the remote party's rtp audio. |
| 370 |
*/ |
*/ |
| 371 |
virtual void setRemoteRtpAudioInfo( const IpInfo& rtp_audio ); |
virtual void setRemoteRtpAudioInfo( const RtpIpInfo& rtp_audio ); |
| 372 |
|
|
| 373 |
/*! |
/*! |
| 374 |
* Get the remote ip-address and port number for the rtp audio media. |
* Get the remote ip-address and port number for the rtp audio media. |
| 375 |
*/ |
*/ |
| 376 |
virtual void getRemoteRtpAudioInfo( IpInfo& rtp_audio ) const; |
virtual void getRemoteRtpAudioInfo( RtpIpInfo& rtp_audio ) const; |
| 377 |
|
|
| 378 |
/*! |
/*! |
| 379 |
* Save the ip-address and port of the remote party's rtp video. |
* Save the ip-address and port of the remote party's rtp video. |
| 380 |
*/ |
*/ |
| 381 |
virtual void setRemoteRtpVideoInfo( const IpInfo& rtp_video ); |
virtual void setRemoteRtpVideoInfo( const RtpIpInfo& rtp_video ); |
| 382 |
|
|
| 383 |
/*! |
/*! |
| 384 |
* Get the remote ip-address and port number for the rtp video media. |
* Get the remote ip-address and port number for the rtp video media. |
| 385 |
*/ |
*/ |
| 386 |
virtual void getRemoteRtpVideoInfo( IpInfo& rtp_video ) const; |
virtual void getRemoteRtpVideoInfo( RtpIpInfo& rtp_video ) const; |
| 387 |
|
|
| 388 |
/*! |
/*! |
| 389 |
* Get the RtspConnector object. |
* Get the RtspConnector object. |