[server] / trunk / server / src / dialogicchannel.h Repository:
ViewVC logotype

Diff of /trunk/server/src/dialogicchannel.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1217, Fri Apr 20 09:55:38 2012 UTC revision 1218, Wed Jun 6 13:16:07 2012 UTC
# Line 358  Line 358 
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.

Legend:
Removed from v.1217  
changed lines
  Added in v.1218

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.8