The QXmppJingleRtpFeedbackProperty class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb" element.
More...
◆ QXmppJingleRtpFeedbackProperty()
| QXmppJingleRtpFeedbackProperty::QXmppJingleRtpFeedbackProperty |
( |
const QString & | type, |
|
|
const QString & | subtype = {} ) |
Default constructor
- Since
- QXmpp 1.14
◆ isJingleRtpFeedbackProperty()
| bool QXmppJingleRtpFeedbackProperty::isJingleRtpFeedbackProperty |
( |
const QDomElement & | element | ) |
|
|
static |
Determines whether the given DOM element is an RTP feedback property element.
- Parameters
-
| element | DOM element being checked |
- Returns
- whether element is an RTP feedback property element
◆ parameters()
Returns the parameters of RTP feedback.
- Returns
- the RTP feedback parameters
◆ setParameters()
| void QXmppJingleRtpFeedbackProperty::setParameters |
( |
const QVector< QXmppSdpParameter > & | parameters | ) |
|
◆ setSubtype()
| void QXmppJingleRtpFeedbackProperty::setSubtype |
( |
const QString & | subtype | ) |
|
◆ setType()
| void QXmppJingleRtpFeedbackProperty::setType |
( |
const QString & | type | ) |
|
Sets the type of RTP feedback.
- Parameters
-
◆ subtype()
| QString QXmppJingleRtpFeedbackProperty::subtype |
( |
| ) |
const |
Returns the subtype for RTP feedback.
- Returns
- the RTP feedback subtype
◆ type()
| QString QXmppJingleRtpFeedbackProperty::type |
( |
| ) |
const |
Returns the type of RTP feedback.
- Returns
- the RTP feedback type
The documentation for this class was generated from the following files: