|
JRTPLIB
3.11.2 (development version)
|
Additional information about the UDP over IPv6 transmitter.
#include <rtpudpv6transmitter.h>


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