Home · Modules · All Classes · All Namespaces
Public Attributes | List of all members
Tp::RTPHeaderExtension Struct Reference

#include <TelepathyQt/Types>

Public Attributes

uint ID
 
uint direction
 
QString URI
 
QString parameters
 

Detailed Description

Structure type generated from the specification.

A struct defining a RTP Header extension.

Member Data Documentation

◆ ID

uint Tp::RTPHeaderExtension::ID

Identifier to be negotiated.

◆ direction

uint Tp::RTPHeaderExtension::direction

Direction in which the Header Extension is negotiated.

◆ URI

QString Tp::RTPHeaderExtension::URI

URI defining the extension.

◆ parameters

QString Tp::RTPHeaderExtension::parameters

Feedback parameters as a string. Format is defined in the relevant RFC.