Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/Types>
Public Attributes | |
QString | type |
QString | subtype |
QString | parameters |
Structure type generated from the specification.
A struct defining an RTCP feedback message.
QString Tp::RTCPFeedbackMessage::type |
Feedback type, for example "ack", "nack", or "ccm".
QString Tp::RTCPFeedbackMessage::subtype |
Feedback subtype, according to the Type, can be an empty string (""), if there is no subtype. For example, generic nack is Type="nack" Subtype="".
QString Tp::RTCPFeedbackMessage::parameters |
Feedback parameters as a string. Format is defined in the relevant RFC
TelepathyQt 0.9.8 | Generated by 1.8.15 |