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 | 
| RTP version. | |
| bool | marker | 
| Marker flag. | |
| quint8 | type | 
| Payload type. | |
| quint32 | ssrc | 
| Synchronization source. | |
| QList< quint32 > | csrc | 
| Contributing sources. | |
| quint16 | sequence | 
| Sequence number. | |
| quint32 | stamp | 
| Timestamp. | |
| QByteArray | payload | 
| Raw payload data. | |
The QXmppRtpPacket class represents an RTP packet.
| bool QXmppRtpPacket::decode | ( | const QByteArray & | ba | ) | 
Parses an RTP packet.
| ba | 
 1.8.1.2
 1.8.1.2