QXmppJingleRtpFeedbackInterval Class
The QXmppJingleRtpFeedbackInterval class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb-trr-int" element. More...
| Header: | #include <QXmppJingleData.h> |
| Since: | QXmpp 1.5 |
Public Functions
| QXmppJingleRtpFeedbackInterval() | |
| void | setValue(uint64_t value) |
| uint64_t | value() const |
Static Public Members
| bool | isJingleRtpFeedbackInterval(const QDomElement &element) |
Detailed Description
Member Function Documentation
QXmppJingleRtpFeedbackInterval::QXmppJingleRtpFeedbackInterval()
Constructs a Jingle RTP feedback interval.
[static] bool QXmppJingleRtpFeedbackInterval::isJingleRtpFeedbackInterval(const QDomElement &element)
Determines whether the given DOM element is an RTP feedback interval element.
Returns true if element is an RTP feedback interval element.
void QXmppJingleRtpFeedbackInterval::setValue(uint64_t value)
Sets the value of the RTP feedback interval.
See also value().
uint64_t QXmppJingleRtpFeedbackInterval::value() const
Returns the value of the RTP feedback interval.
See also setValue().