![]() |
SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <rtpudptransmitter.h>
Inheritance diagram for qrtplib::RTPUDPTransmissionInfo:
Collaboration diagram for qrtplib::RTPUDPTransmissionInfo:Public Member Functions | |
| RTPUDPTransmissionInfo (QHostAddress localIP, QUdpSocket *rtpsock, QUdpSocket *rtcpsock, uint16_t rtpport, uint16_t rtcpport) | |
| ~RTPUDPTransmissionInfo () | |
| QUdpSocket * | GetRTPSocket () const |
| QUdpSocket * | GetRTCPSocket () const |
| uint16_t | GetRTPPort () const |
| uint16_t | GetRTCPPort () const |
Public Member Functions inherited from qrtplib::RTPTransmissionInfo | |
| virtual | ~RTPTransmissionInfo () |
| RTPTransmitter::TransmissionProtocol | GetTransmissionProtocol () const |
Private Attributes | |
| QHostAddress | m_localIP |
| QUdpSocket * | m_rtpsocket |
| QUdpSocket * | m_rtcpsocket |
| uint16_t | m_rtpPort |
| uint16_t | m_rtcpPort |
Additional Inherited Members | |
Protected Member Functions inherited from qrtplib::RTPTransmissionInfo | |
| RTPTransmissionInfo (RTPTransmitter::TransmissionProtocol p) | |
Additional information about the UDP over IPv4 transmitter.
Definition at line 242 of file rtpudptransmitter.h.
|
inline |
Definition at line 245 of file rtpudptransmitter.h.
|
inline |
Definition at line 260 of file rtpudptransmitter.h.
|
inline |
Returns the port number that the RTCP socket receives packets on.
Definition at line 283 of file rtpudptransmitter.h.
|
inline |
Returns the socket descriptor used for receiving and transmitting RTCP packets.
Definition at line 271 of file rtpudptransmitter.h.
|
inline |
Returns the port number that the RTP socket receives packets on.
Definition at line 277 of file rtpudptransmitter.h.
|
inline |
Returns the socket descriptor used for receiving and transmitting RTP packets.
Definition at line 265 of file rtpudptransmitter.h.
|
private |
Definition at line 288 of file rtpudptransmitter.h.
|
private |
Definition at line 290 of file rtpudptransmitter.h.
|
private |
Definition at line 289 of file rtpudptransmitter.h.
|
private |
Definition at line 290 of file rtpudptransmitter.h.
|
private |
Definition at line 289 of file rtpudptransmitter.h.
1.8.13