|
QXmpp Version: 1.15.1
|
The QXmppJingleRtpFeedbackInterval class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb-trr-int" element. More...
Public Member Functions | |
| QXmppJingleRtpFeedbackInterval () | |
| uint64_t | value () const |
| void | setValue (uint64_t value) |
Static Public Member Functions | |
| static bool | isJingleRtpFeedbackInterval (const QDomElement &element) |
The QXmppJingleRtpFeedbackInterval class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb-trr-int" element.
| QXmppJingleRtpFeedbackInterval::QXmppJingleRtpFeedbackInterval | ( | ) |
Constructs a Jingle RTP feedback interval.
|
static |
Determines whether the given DOM element is an RTP feedback interval element.
| element | DOM element being checked |
| void QXmppJingleRtpFeedbackInterval::setValue | ( | uint64_t | value | ) |
Sets the value of the RTP feedback interval.
| value | RTP feedback interval value |
| uint64_t QXmppJingleRtpFeedbackInterval::value | ( | ) | const |
Returns the value of the RTP feedback interval.