Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/Types>
Public Attributes | |
uint | codecID |
QString | name |
uint | mediaType |
uint | clockRate |
uint | numberOfChannels |
StringStringMap | parameters |
Structure type generated from the specification.
Information about a codec supported by a client or a peer's client.
uint Tp::MediaStreamHandlerCodec::codecID |
The codec's payload identifier, as per RFC 3551 (static or dynamic)
QString Tp::MediaStreamHandlerCodec::name |
The codec's name
uint Tp::MediaStreamHandlerCodec::mediaType |
Type of stream this codec supports
uint Tp::MediaStreamHandlerCodec::clockRate |
Sampling frequency in Hertz
uint Tp::MediaStreamHandlerCodec::numberOfChannels |
Number of supported channels
StringStringMap Tp::MediaStreamHandlerCodec::parameters |
Codec-specific optional parameters
TelepathyQt 0.9.8 | Generated by 1.8.15 |