QXmppJingleRtpFeedbackProperty Class

The QXmppJingleRtpFeedbackProperty class represents the XEP-0293: Jingle RTP Feedback Negotiation "rtcp-fb" element. More...

Header: #include <QXmppJingleData.h>
Since: QXmpp 1.5

Public Functions

QXmppJingleRtpFeedbackProperty()
(since QXmpp 1.14) QXmppJingleRtpFeedbackProperty(const QString &type, const QString &subtype = {})
QList<QXmppSdpParameter> parameters() const
void setParameters(const QList<QXmppSdpParameter> &parameters)
void setSubtype(const QString &subtype)
void setType(const QString &type)
QString subtype() const
QString type() const

Static Public Members

bool isJingleRtpFeedbackProperty(const QDomElement &element)

Detailed Description

Member Function Documentation

QXmppJingleRtpFeedbackProperty::QXmppJingleRtpFeedbackProperty()

Default constructor

[since QXmpp 1.14] QXmppJingleRtpFeedbackProperty::QXmppJingleRtpFeedbackProperty(const QString &type, const QString &subtype = {})

Default constructor

This function was introduced in QXmpp 1.14.

[static] bool QXmppJingleRtpFeedbackProperty::isJingleRtpFeedbackProperty(const QDomElement &element)

Determines whether the given DOM element is an RTP feedback property element.

Returns true if element is an RTP feedback property element.

QList<QXmppSdpParameter> QXmppJingleRtpFeedbackProperty::parameters() const

Returns the parameters of RTP feedback.

See also setParameters().

void QXmppJingleRtpFeedbackProperty::setParameters(const QList<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.

See also 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.

See also subtype().

void QXmppJingleRtpFeedbackProperty::setType(const QString &type)

Sets the type of RTP feedback.

See also type().

QString QXmppJingleRtpFeedbackProperty::subtype() const

Returns the subtype for RTP feedback.

See also setSubtype().

QString QXmppJingleRtpFeedbackProperty::type() const

Returns the type of RTP feedback.

See also setType().