Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/Types>
Public Attributes | |
uint | identifier |
QString | name |
uint | clockrate |
uint | channels |
bool | updated |
StringStringMap | parameters |
Structure type generated from the specification.
A description of a codec.
uint Tp::Codec::identifier |
Numeric identifier for the codec. This will be used as the PT in the SDP or content description.
QString Tp::Codec::name |
The name of the codec.
uint Tp::Codec::clockrate |
The clockrate of the codec.
uint Tp::Codec::channels |
Number of channels of the codec if applicable, otherwise 0.
bool Tp::Codec::updated |
This should be set to true in calls to CallContentMediaDescriptionInterface::Accept() and UpdateLocalMediaDescription() if this codec has changed in a way that needs to be signalled over the network. If it is set to false, the CM is allowed ignore any differences between the current parameters and the previous ones
StringStringMap Tp::Codec::parameters |
Extra parameters for this codec.
TelepathyQt 0.9.8 | Generated by 1.8.15 |