The QXmppJingleRtpFeedbackProperty class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb" element.
More...
◆ QXmppJingleRtpFeedbackProperty()
QXmppJingleRtpFeedbackProperty::QXmppJingleRtpFeedbackProperty |
( |
| ) |
|
Constructs a Jingle RTP feedback property.
◆ 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 | ) |
|
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
-
parameters | RTP feedback 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: