QXmpp Version:0.3.91
|
The QXmppRtpPacket class represents an RTP packet. More...
#include <QXmppRtpChannel.h>
Public Member Functions | |
bool | decode (const QByteArray &ba) |
QByteArray | encode () const |
Encodes an RTP packet. | |
QString | toString () const |
Returns a string representation of the RTP header. | |
Public Attributes | |
quint8 | version |
bool | marker |
quint8 | type |
quint32 | ssrc |
QList< quint32 > | csrc |
quint16 | sequence |
quint32 | stamp |
QByteArray | payload |
The QXmppRtpPacket class represents an RTP packet.
bool QXmppRtpPacket::decode | ( | const QByteArray & | ba | ) |
Parses an RTP packet.
ba |