Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::RTCPFeedbackMessageMap Struct Reference

#include <TelepathyQt/Types>

Inherits QMap< uint, RTCPFeedbackMessageProperties >.

Public Member Functions

 RTCPFeedbackMessageMap ()
 
 RTCPFeedbackMessageMap (const QMap< uint, RTCPFeedbackMessageProperties > &a)
 
 RTCPFeedbackMessageMap (std::initializer_list< std::pair< uint, RTCPFeedbackMessageProperties > > a)
 
RTCPFeedbackMessageMapoperator= (const QMap< uint, RTCPFeedbackMessageProperties > &a)
 

Detailed Description

Mapping type generated from the specification. Convertible with QMap<uint, RTCPFeedbackMessageProperties>, but needed to have a discrete type in the Qt type system.

A map of codec and its feedback properties.

Constructor & Destructor Documentation

◆ RTCPFeedbackMessageMap() [1/3]

Tp::RTCPFeedbackMessageMap::RTCPFeedbackMessageMap ( )
inline

◆ RTCPFeedbackMessageMap() [2/3]

Tp::RTCPFeedbackMessageMap::RTCPFeedbackMessageMap ( const QMap< uint, RTCPFeedbackMessageProperties > &  a)
inline

◆ RTCPFeedbackMessageMap() [3/3]

Tp::RTCPFeedbackMessageMap::RTCPFeedbackMessageMap ( std::initializer_list< std::pair< uint, RTCPFeedbackMessageProperties > >  a)
inline

Member Function Documentation

◆ operator=()

RTCPFeedbackMessageMap& Tp::RTCPFeedbackMessageMap::operator= ( const QMap< uint, RTCPFeedbackMessageProperties > &  a)
inline