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.
|
Public Member Functions | |
SDES () | |
~SDES () | |
void | Clear () |
int | AddSSRC (uint32_t ssrc) |
int | AddItem (uint8_t *buf, std::size_t len) |
std::size_t | NeededBytes () |
std::size_t | NeededBytesWithExtraItem (uint8_t itemdatalength) |
std::size_t | NeededBytesWithExtraSource () |
Public Attributes | |
std::list< SDESSource * > | sdessources |
Private Attributes | |
std::list< SDESSource * >::const_iterator | sdesit |
Definition at line 278 of file rtcpcompoundpacketbuilder.h.
|
inline |
Definition at line 281 of file rtcpcompoundpacketbuilder.h.
|
inline |
Definition at line 285 of file rtcpcompoundpacketbuilder.h.
|
inline |
Definition at line 308 of file rtcpcompoundpacketbuilder.h.
References ERR_RTP_RTCPCOMPPACKBUILDER_NOCURRENTSOURCE.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddSDESNormalItem(), and qrtplib::RTCPCompoundPacketBuilder::AddSDESPrivateItem().
|
inline |
Definition at line 299 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddSDESSource().
|
inline |
Definition at line 290 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::ClearBuildBuffers().
|
inline |
Definition at line 316 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddAPPPacket(), qrtplib::RTCPCompoundPacketBuilder::AddBYEPacket(), qrtplib::RTCPCompoundPacketBuilder::AddReportBlock(), qrtplib::RTCPCompoundPacketBuilder::EndBuild(), qrtplib::RTCPCompoundPacketBuilder::StartReceiverReport(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
|
inline |
Definition at line 336 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddSDESNormalItem(), and qrtplib::RTCPCompoundPacketBuilder::AddSDESPrivateItem().
|
inline |
Definition at line 357 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddSDESSource().
|
private |
Definition at line 383 of file rtcpcompoundpacketbuilder.h.
std::list<SDESSource *> qrtplib::RTCPCompoundPacketBuilder::SDES::sdessources |
Definition at line 381 of file rtcpcompoundpacketbuilder.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddSDESNormalItem(), qrtplib::RTCPCompoundPacketBuilder::AddSDESPrivateItem(), and qrtplib::RTCPCompoundPacketBuilder::EndBuild().