Parameters for the UDP over IPv4 transmitter.
More...
#include <rtpudpv4transmitter.h>
◆ ClearLocalIPList()
| void RTPUDPv4TransmissionParams::ClearLocalIPList |
( |
| ) |
|
|
inline |
Clears the list of local IP addresses. An empty list will make the transmission component itself determine the local IP addresses.
◆ GetBindIP()
| uint32_t RTPUDPv4TransmissionParams::GetBindIP |
( |
| ) |
const |
|
inline |
◆ GetLocalIPList()
| const std::list<uint32_t>& RTPUDPv4TransmissionParams::GetLocalIPList |
( |
| ) |
const |
|
inline |
◆ GetMulticastInterfaceIP()
| uint32_t RTPUDPv4TransmissionParams::GetMulticastInterfaceIP |
( |
| ) |
const |
|
inline |
◆ GetMulticastTTL()
| uint8_t RTPUDPv4TransmissionParams::GetMulticastTTL |
( |
| ) |
const |
|
inline |
◆ GetPortbase()
| uint16_t RTPUDPv4TransmissionParams::GetPortbase |
( |
| ) |
const |
|
inline |
◆ GetRTCPReceiveBuffer()
| int RTPUDPv4TransmissionParams::GetRTCPReceiveBuffer |
( |
| ) |
const |
|
inline |
◆ GetRTCPSendBuffer()
| int RTPUDPv4TransmissionParams::GetRTCPSendBuffer |
( |
| ) |
const |
|
inline |
◆ GetRTPReceiveBuffer()
| int RTPUDPv4TransmissionParams::GetRTPReceiveBuffer |
( |
| ) |
const |
|
inline |
◆ GetRTPSendBuffer()
| int RTPUDPv4TransmissionParams::GetRTPSendBuffer |
( |
| ) |
const |
|
inline |
◆ SetBindIP()
| void RTPUDPv4TransmissionParams::SetBindIP |
( |
uint32_t |
ip | ) |
|
|
inline |
◆ SetLocalIPList()
| void RTPUDPv4TransmissionParams::SetLocalIPList |
( |
std::list< uint32_t > & |
iplist | ) |
|
|
inline |
◆ SetMulticastInterfaceIP()
| void RTPUDPv4TransmissionParams::SetMulticastInterfaceIP |
( |
uint32_t |
ip | ) |
|
|
inline |
◆ SetMulticastTTL()
| void RTPUDPv4TransmissionParams::SetMulticastTTL |
( |
uint8_t |
mcastTTL | ) |
|
|
inline |
◆ SetPortbase()
| void RTPUDPv4TransmissionParams::SetPortbase |
( |
uint16_t |
pbase | ) |
|
|
inline |
This has to be an even number.
◆ SetRTCPReceiveBuffer()
| void RTPUDPv4TransmissionParams::SetRTCPReceiveBuffer |
( |
int |
s | ) |
|
|
inline |
◆ SetRTCPSendBuffer()
| void RTPUDPv4TransmissionParams::SetRTCPSendBuffer |
( |
int |
s | ) |
|
|
inline |
◆ SetRTPReceiveBuffer()
| void RTPUDPv4TransmissionParams::SetRTPReceiveBuffer |
( |
int |
s | ) |
|
|
inline |
◆ SetRTPSendBuffer()
| void RTPUDPv4TransmissionParams::SetRTPSendBuffer |
( |
int |
s | ) |
|
|
inline |
The documentation for this class was generated from the following file: