The QXmppSdpParameter class represents a Session Description Protocol (SDP) parameter specified by RFC 4566 and used by several XEPs based on XEP-0166: Jingle.
More...
The QXmppSdpParameter class represents a Session Description Protocol (SDP) parameter specified by RFC 4566 and used by several XEPs based on XEP-0166: Jingle.
- Since
- QXmpp 1.5
◆ QXmppSdpParameter()
QXmppSdpParameter::QXmppSdpParameter |
( |
| ) |
|
Constructs a Session Description Protocol parameter.
◆ isSdpParameter()
bool QXmppSdpParameter::isSdpParameter |
( |
const QDomElement & |
element | ) |
|
|
static |
Determines whether the given DOM element is a Session Description Protocol parameter element.
- Parameters
-
element | DOM element being checked |
- Returns
- whether element is a Session Description Protocol parameter element
◆ name()
QString QXmppSdpParameter::name |
( |
| ) |
const |
Returns the name of the parameter.
- Returns
- the parameter's name
◆ setName()
void QXmppSdpParameter::setName |
( |
const QString & |
name | ) |
|
Sets the name of the parameter.
- Parameters
-
◆ setValue()
void QXmppSdpParameter::setValue |
( |
const QString & |
value | ) |
|
Sets the value of the parameter.
A parameter in the form "a=b" can be created by this method. Any other form of parameters can be created by not using this method. The value stays a default-constructed QString then.
- Parameters
-
◆ value()
QString QXmppSdpParameter::value |
( |
| ) |
const |
Returns the value of the parameter.
- Returns
- the parameter's value
The documentation for this class was generated from the following files: