|
QXmpp Version: 1.15.1
|
The QXmppJingleRtpFeedbackProperty class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb" element. More...
Public Member Functions | |
| QXmppJingleRtpFeedbackProperty () | |
| Default constructor. | |
| QXmppJingleRtpFeedbackProperty (const QString &type, const QString &subtype={}) | |
| QString | type () const |
| void | setType (const QString &type) |
| QString | subtype () const |
| void | setSubtype (const QString &subtype) |
| QVector< QXmppSdpParameter > | parameters () const |
| void | setParameters (const QVector< QXmppSdpParameter > ¶meters) |
Static Public Member Functions | |
| static bool | isJingleRtpFeedbackProperty (const QDomElement &element) |
The QXmppJingleRtpFeedbackProperty class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb" element.
| QXmppJingleRtpFeedbackProperty::QXmppJingleRtpFeedbackProperty | ( | const QString & | type, |
| const QString & | subtype = {} ) |
Default constructor
|
static |
Determines whether the given DOM element is an RTP feedback property element.
| element | DOM element being checked |
| QVector< QXmppSdpParameter > QXmppJingleRtpFeedbackProperty::parameters | ( | ) | const |
Returns the parameters of RTP feedback.
| void QXmppJingleRtpFeedbackProperty::setParameters | ( | const QVector< QXmppSdpParameter > & | parameters | ) |
Sets the parameters of RTP feedback.
Additional parameters can be set by this method. If there is only one parameter, use QXmppJingleRtpFeedbackProperty::setSubtype() instead of this method.
| parameters | RTP feedback parameters |
| void QXmppJingleRtpFeedbackProperty::setSubtype | ( | const QString & | subtype | ) |
Sets the subtype of RTP feedback.
If there is more than one parameter, use QXmppJingleRtpFeedbackProperty::setParameters() instead of this method.
| subtype | RTP feedback subtype |
| void QXmppJingleRtpFeedbackProperty::setType | ( | const QString & | type | ) |
Sets the type of RTP feedback.
| type | RTP feedback type |
| QString QXmppJingleRtpFeedbackProperty::subtype | ( | ) | const |
Returns the subtype for RTP feedback.
| QString QXmppJingleRtpFeedbackProperty::type | ( | ) | const |
Returns the type of RTP feedback.