From f87d817c2f3390d80a038007dcfaf588375319dd Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 20 Aug 2015 09:04:38 +0200 Subject: move QXmppRtpPacket to it's own files --- src/base/QXmppRtpChannel.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'src/base/QXmppRtpChannel.h') diff --git a/src/base/QXmppRtpChannel.h b/src/base/QXmppRtpChannel.h index 352a250f..32e0cd35 100644 --- a/src/base/QXmppRtpChannel.h +++ b/src/base/QXmppRtpChannel.h @@ -35,34 +35,6 @@ class QXmppJinglePayloadType; class QXmppRtpAudioChannelPrivate; class QXmppRtpVideoChannelPrivate; -/// \brief The QXmppRtpPacket class represents an RTP packet. -/// - -class QXMPP_EXPORT QXmppRtpPacket -{ -public: - bool decode(const QByteArray &ba); - QByteArray encode() const; - QString toString() const; - - /// RTP version. - quint8 version; - /// Marker flag. - bool marker; - /// Payload type. - quint8 type; - /// Synchronization source. - quint32 ssrc; - /// Contributing sources. - QList csrc; - /// Sequence number. - quint16 sequence; - /// Timestamp. - quint32 stamp; - /// Raw payload data. - QByteArray payload; -}; - class QXMPP_EXPORT QXmppRtpChannel { public: -- cgit v1.2.3