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


Public Member Functions | |
| std::list< uint32_t > | GetLocalIPList () const |
| Returns the list of IPv4 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. | |