JRTPLIB  3.11.1
Public Member Functions | List of all members
jrtplib::RTPUDPv6TransmissionInfo Class Reference

Additional information about the UDP over IPv6 transmitter. More...

#include <rtpudpv6transmitter.h>

Inheritance diagram for jrtplib::RTPUDPv6TransmissionInfo:
Inheritance graph
[legend]
Collaboration diagram for jrtplib::RTPUDPv6TransmissionInfo:
Collaboration graph
[legend]

Public Member Functions

std::list< in6_addr > GetLocalIPList () const
 Returns the list of IPv6 addresses the transmitter considers to be the local IP addresses. More...
 
SocketType GetRTPSocket () const
 Returns the socket descriptor used for receiving and transmitting RTP packets. More...
 
SocketType GetRTCPSocket () const
 Returns the socket descriptor used for receiving and transmitting RTCP packets. More...
 
uint16_t GetRTPPort () const
 Returns the port number that the RTP socket receives packets on. More...
 
uint16_t GetRTCPPort () const
 Returns the port number that the RTCP socket receives packets on. More...
 
- Public Member Functions inherited from jrtplib::RTPTransmissionInfo
RTPTransmitter::TransmissionProtocol GetTransmissionProtocol () const
 Returns the transmitter type for which these parameters are valid. More...
 

Detailed Description

Member Function Documentation

std::list<in6_addr> jrtplib::RTPUDPv6TransmissionInfo::GetLocalIPList ( ) const
inline
uint16_t jrtplib::RTPUDPv6TransmissionInfo::GetRTCPPort ( ) const
inline
SocketType jrtplib::RTPUDPv6TransmissionInfo::GetRTCPSocket ( ) const
inline
uint16_t jrtplib::RTPUDPv6TransmissionInfo::GetRTPPort ( ) const
inline
SocketType jrtplib::RTPUDPv6TransmissionInfo::GetRTPSocket ( ) const
inline

The documentation for this class was generated from the following file: