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.
|
This is the complete list of members for RTPSink, including all inherited members.
addDestination(const QString &address, uint16_t port) | RTPSink | |
deleteDestination(const QString &address, uint16_t port) | RTPSink | |
elemLength(PayloadType payloadType) | RTPSink | protectedstatic |
isValid() const | RTPSink | inline |
m_bufferSize | RTPSink | protected |
m_byteBuffer | RTPSink | protected |
m_destip | RTPSink | protected |
m_destport | RTPSink | protected |
m_endianReverse | RTPSink | protected |
m_mutex | RTPSink | protected |
m_packetSamples | RTPSink | protected |
m_payloadType | RTPSink | protected |
m_rtpSession | RTPSink | protected |
m_rtpSessionParams | RTPSink | protected |
m_rtpTransmissionParams | RTPSink | protected |
m_rtpTransmitter | RTPSink | protected |
m_sampleBufferIndex | RTPSink | protected |
m_sampleBytes | RTPSink | protected |
m_sampleRate | RTPSink | protected |
m_valid | RTPSink | protected |
PayloadG722 enum value | RTPSink | |
PayloadL16Mono enum value | RTPSink | |
PayloadL16Stereo enum value | RTPSink | |
PayloadL8 enum value | RTPSink | |
PayloadOpus enum value | RTPSink | |
PayloadPCMA8 enum value | RTPSink | |
PayloadPCMU8 enum value | RTPSink | |
PayloadType enum name | RTPSink | |
RTPSink(QUdpSocket *udpSocket, int sampleRate, bool stereo) | RTPSink | |
setDestination(const QString &address, uint16_t port) | RTPSink | |
setPayloadInformation(PayloadType payloadType, int sampleRate) | RTPSink | |
write(const uint8_t *sampleByte) | RTPSink | |
write(const uint8_t *sampleByteL, const uint8_t *sampleByteR) | RTPSink | |
write(const uint8_t *sampleByte, int nbSamples) | RTPSink | |
writeNetBuf(uint8_t *dest, const uint8_t *src, unsigned int elemLen, unsigned int bytesLen, bool endianReverse) | RTPSink | protectedstatic |
~RTPSink() | RTPSink |