This file is indexed.

/usr/include/telepathy-qt4/TelepathyQt/_gen/cli-call-content-media-description.h is in libtelepathy-qt4-dev 0.9.3-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
/*
 * This file contains D-Bus client proxy classes generated by qt-client-gen.py.
 *
 * This file can be distributed under the same terms as the specification from
 * which it was generated.
 */

#ifndef IN_TP_QT_HEADER
#error IN_TP_QT_HEADER
#endif

#include <TelepathyQt/Types>

#include <QtGlobal>

#include <QString>
#include <QObject>
#include <QVariant>

#include <QDBusPendingReply>

#include <TelepathyQt/AbstractInterface>
#include <TelepathyQt/DBusProxy>
#include <TelepathyQt/Global>

namespace Tp
{
class PendingVariant;
class PendingOperation;
}

namespace Tp
{
namespace Client
{

/**
 * \class CallContentMediaDescriptionInterface
 * \headerfile TelepathyQt/call-content-media-description.h <TelepathyQt/CallContentMediaDescriptionInterface>
 * \ingroup clientcall
 *
 * Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription".
 */
class TP_QT_EXPORT CallContentMediaDescriptionInterface : public Tp::AbstractInterface
{
    Q_OBJECT

public:
    /**
     * Returns the name of the interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription", which this class
     * represents.
     *
     * \return The D-Bus interface name.
     */
    static inline QLatin1String staticInterfaceName()
    {
        return QLatin1String("org.freedesktop.Telepathy.Call1.Content.MediaDescription");
    }

    /**
     * Creates a CallContentMediaDescriptionInterface associated with the given object on the session bus.
     *
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterface(
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterface associated with the given object on the given bus.
     *
     * \param connection The bus via which the object can be reached.
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterface(
        const QDBusConnection& connection,
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterface associated with the same object as the given proxy.
     *
     * \param proxy The proxy to use. It will also be the QObject::parent()
     *               for this object.
     */
    CallContentMediaDescriptionInterface(Tp::DBusProxy *proxy);

    /**
     * Asynchronous getter for the remote object property \c Interfaces of type \c QStringList.
     *
     * 
     * \htmlonly
     * <p>Extra interfaces provided by this media description. This SHOULD
     *   NOT include the Description interface itself.</p>
     * \endhtmlonly
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyInterfaces() const
    {
        return internalRequestProperty(QLatin1String("Interfaces"));
    }

    /**
     * Asynchronous getter for the remote object property \c FurtherNegotiationRequired of type \c bool.
     *
     * 
     * \htmlonly
     * <p> If this is set to True by the CM in a MediaDescriptionOffer, it
     *   means &quot;This is an offer under the SDP Offer/Answer model. Whatever
     *   you accept this offer with is what I will send to the other side in
     *   my answer.&quot;
     * 
     *   If this is set to False by the CM then it means &quot;This is an Answer
     *   under the SDP Offer/Answer model, and if it remains False in the
     *   Accept(), no further codec negotiation needs to happen.&quot;
     * 
     *   If this is set to True by the streaming implementation (e.g. in an
     *   Accept or UpdateLocalMediaDescription call) then a new SDP
     *   Offer/Answer round-trip will be initiated.
     * </p>
     * \endhtmlonly
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyFurtherNegotiationRequired() const
    {
        return internalRequestProperty(QLatin1String("FurtherNegotiationRequired"));
    }

    /**
     * Asynchronous getter for the remote object property \c HasRemoteInformation of type \c bool.
     *
     * 
     * \htmlonly
     * <p> True if this offer contains information from the remote side:
     *     If False then the Accept response solely depends on the
     *     capabilities and preferences of the local side.
     * 
     *     In most protocols this property will be False for the initial
     *     DescriptionOffer on an outgoing call.
     * </p>
     * \endhtmlonly
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyHasRemoteInformation() const
    {
        return internalRequestProperty(QLatin1String("HasRemoteInformation"));
    }

    /**
     * Asynchronous getter for the remote object property \c Codecs of type \c Tp::CodecList.
     *
     * 
     * A list of codecs the remote contact supports. When used with Accept, it 
     * means the locally supported codecs.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyCodecs() const
    {
        return internalRequestProperty(QLatin1String("Codecs"));
    }

    /**
     * Asynchronous getter for the remote object property \c RemoteContact of type \c uint.
     *
     * 
     * The contact handle that this description applies to. This property can 
     * be used as an opaque identifier, and searched for in RemoteMembers for 
     * each Stream in this Content, to determine which Stream this 
     * MediaDescription applies to. If multiple MediaDescriptions apply to the 
     * same Stream, the SSRCs property should be used to separate media before 
     * decoding. If this property is 0, this MediaDescription applies to all 
     * streams, so the above matching method is unneccesary (e.g. in 
     * conference calls with a mixer, media from all participants is mixed 
     * into one stream). When calling Accept or UpdateLocalMediaDescription, 
     * this should always be set to 0, or omitted, because it is assumed that 
     * you send the same MediaDescription to everyone (Encoding a stream 
     * separately for each contact in a call is inefficient, and should be 
     * avoided).
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyRemoteContact() const
    {
        return internalRequestProperty(QLatin1String("RemoteContact"));
    }

    /**
     * Asynchronous getter for the remote object property \c SSRCs of type \c Tp::ContactSSRCsMap.
     *
     * 
     * \htmlonly
     * <p>A map from Handle to list of Synchronisation Sources, as defined by
     * RFC 3550.</p>
     * 
     * <p>Some protocols require the negotiation of SSRC identifiers for RTP
     * streams. If this is the case, then MediaDescription offers will appear
     * with this property set. The streaming implementation should then call
     *  \endhtmlonly Accept() \htmlonly  with a map from 0 to a
     * list containing a single SSRC (which does not collide with these,
     * or any previously seen SSRCs). If a new MediaDescription offer
     * appears with an SSRC the same as one in  \endhtmlonly \link CallContentInterfaceMediaInterface::requestPropertyLocalMediaDescriptions() CallContentInterfaceMediaInterface::LocalMediaDescriptions \endlink \htmlonly , then the streaming
     * implementation should pick a new SSRC to resolve the collision.</p>
     * 
     * <p>It is expected that this list will normally be at most one element long,
     * but it is kept as a list for extensibility. The concatenation of all
     * SSRCs associated with a Stream should contain no duplicate entries. If
     * there are collisions, then it is the responsibility of the protocol
     * implementation to resolve them and generate new offers.</p>
     * 
     * <p>If this property is omitted, then the streaming implementation can
     * assume that there is only one MediaDescription per Stream.</p>
     * 
     * <p>If there is a single multicast Call Stream with multiple
     * Remote Members, and all members are forced to use the same
     * MediaDescription, this map can be used by the streaming implementation
     * to determine which video sources belong to which contacts (e.g. in
     * order to put a name under each face in the call)</p>
     * \endhtmlonly
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertySSRCs() const
    {
        return internalRequestProperty(QLatin1String("SSRCs"));
    }

    /**
     * Request all of the DBus properties on the interface.
     *
     * \return A pending variant map which will emit finished when the properties have
     *          been retrieved.
     */
    Tp::PendingVariantMap *requestAllProperties() const
    {
        return internalRequestAllProperties();
    }

public Q_SLOTS:
    /**
     * Begins a call to the D-Bus method \c Accept on the remote object.
     * 
     * Accepts the updated Description and update the corresponding local 
     * description. If FurtherNegotiationRequired is True, calling this method 
     * will generally cause a network round-trip and a new MediaDescription to 
     * be offered (hopefully with FurtherNegotiationRequired set to False).
     *
     * Note that \a timeout is ignored as of now. It will be used once
     * http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
     *
     *
     * \param localMediaDescription
     *     
     *     The local description to send to the remote contacts and to use in 
     *     the Content.
     * \param timeout The timeout in milliseconds.
     */
    inline QDBusPendingReply<> Accept(const QVariantMap& localMediaDescription, int timeout = -1)
    {
        if (!invalidationReason().isEmpty()) {
            return QDBusPendingReply<>(QDBusMessage::createError(
                invalidationReason(),
                invalidationMessage()
            ));
        }

        QDBusMessage callMessage = QDBusMessage::createMethodCall(this->service(), this->path(),
                this->staticInterfaceName(), QLatin1String("Accept"));
        callMessage << QVariant::fromValue(localMediaDescription);
        return this->connection().asyncCall(callMessage, timeout);
    }

    /**
     * Begins a call to the D-Bus method \c Reject on the remote object.
     * 
     * Reject the proposed update to the remote description.
     *
     * Note that \a timeout is ignored as of now. It will be used once
     * http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
     *
     *
     * \param reason
     *     
     *     A structured reason for the rejection.
     * \param timeout The timeout in milliseconds.
     */
    inline QDBusPendingReply<> Reject(const Tp::CallStateReason& reason, int timeout = -1)
    {
        if (!invalidationReason().isEmpty()) {
            return QDBusPendingReply<>(QDBusMessage::createError(
                invalidationReason(),
                invalidationMessage()
            ));
        }

        QDBusMessage callMessage = QDBusMessage::createMethodCall(this->service(), this->path(),
                this->staticInterfaceName(), QLatin1String("Reject"));
        callMessage << QVariant::fromValue(reason);
        return this->connection().asyncCall(callMessage, timeout);
    }

protected:
    virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &);
};

/**
 * \class CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface
 * \headerfile TelepathyQt/call-content-media-description.h <TelepathyQt/CallContentMediaDescriptionInterface>
 * \ingroup clientcall
 *
 * Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExtendedReports".
 */
class TP_QT_EXPORT CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface : public Tp::AbstractInterface
{
    Q_OBJECT

public:
    /**
     * Returns the name of the interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExtendedReports", which this class
     * represents.
     *
     * \return The D-Bus interface name.
     */
    static inline QLatin1String staticInterfaceName()
    {
        return QLatin1String("org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExtendedReports");
    }

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface associated with the given object on the session bus.
     *
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface(
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface associated with the given object on the given bus.
     *
     * \param connection The bus via which the object can be reached.
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface(
        const QDBusConnection& connection,
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface associated with the same object as the given proxy.
     *
     * \param proxy The proxy to use. It will also be the QObject::parent()
     *               for this object.
     */
    CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface(Tp::DBusProxy *proxy);

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface associated with the same object as the given proxy.
     * Additionally, the created proxy will have the same parent as the given
     * proxy.
     *
     * \param mainInterface The proxy to use.
     */
    explicit CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface(const Tp::Client::CallContentMediaDescriptionInterface& mainInterface);

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface associated with the same object as the given proxy.
     * However, a different parent object can be specified.
     *
     * \param mainInterface The proxy to use.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface(const Tp::Client::CallContentMediaDescriptionInterface& mainInterface, QObject* parent);

    /**
     * Asynchronous getter for the remote object property \c LossRLEMaxSize of type \c uint.
     *
     * 
     * If non-zero, enable Loss Run Length Encoded Report Blocks. The value of 
     * this integer represents the max-size of report blocks, as specified in 
     * RFC 3611 section 5.1. MAXUINT32 is used to indicate that there is no 
     * limit.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyLossRLEMaxSize() const
    {
        return internalRequestProperty(QLatin1String("LossRLEMaxSize"));
    }

    /**
     * Asynchronous getter for the remote object property \c DuplicateRLEMaxSize of type \c uint.
     *
     * 
     * If non-zero, enable Duplicate Run-Length-Encoded Report Blocks. The 
     * value of this integer represents the max-size of report blocks, as 
     * specified in RFC 3611 section 5.1. MAXUINT32 is used to indicate that 
     * there is no limit.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyDuplicateRLEMaxSize() const
    {
        return internalRequestProperty(QLatin1String("DuplicateRLEMaxSize"));
    }

    /**
     * Asynchronous getter for the remote object property \c PacketReceiptTimesMaxSize of type \c uint.
     *
     * 
     * If non-zero, enable Packet Receipt Times Report Blocks. The value of 
     * this integer represents the max-size of report blocks, as specified in 
     * RFC 3611 section 5.1. MAXUINT32 is used to indicate that there is no 
     * limit.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyPacketReceiptTimesMaxSize() const
    {
        return internalRequestProperty(QLatin1String("PacketReceiptTimesMaxSize"));
    }

    /**
     * Asynchronous getter for the remote object property \c DLRRMaxSize of type \c uint.
     *
     * 
     * If non-zero, enable Receiver Reference Time and Delay since Last 
     * Receiver Report Blocks (for estimating Round Trip Times between 
     * non-senders and other parties in the call. The value of this integer 
     * represents the max-size of report blocks, as specified in RFC 3611 
     * section 5.1. MAXUINT32 is used to indicate that there is no limit.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyDLRRMaxSize() const
    {
        return internalRequestProperty(QLatin1String("DLRRMaxSize"));
    }

    /**
     * Asynchronous getter for the remote object property \c RTTMode of type \c uint.
     *
     * 
     * Who is allowed to send Delay since Last Receiver Reports.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyRTTMode() const
    {
        return internalRequestProperty(QLatin1String("RTTMode"));
    }

    /**
     * Asynchronous getter for the remote object property \c StatisticsFlags of type \c uint.
     *
     * 
     * Which fields SHOULD be included in the statistics summary report blocks 
     * that are sent, and whether to send VoIP Metrics Report Blocks. There 
     * can be zero or more flags set.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyStatisticsFlags() const
    {
        return internalRequestProperty(QLatin1String("StatisticsFlags"));
    }

    /**
     * Asynchronous getter for the remote object property \c EnableMetrics of type \c bool.
     *
     * 
     * Whether to enable VoIP Metrics Report Blocks. These blocks are of a 
     * fixed size.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyEnableMetrics() const
    {
        return internalRequestProperty(QLatin1String("EnableMetrics"));
    }

    /**
     * Request all of the DBus properties on the interface.
     *
     * \return A pending variant map which will emit finished when the properties have
     *          been retrieved.
     */
    Tp::PendingVariantMap *requestAllProperties() const
    {
        return internalRequestAllProperties();
    }

protected:
    virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &);
};

/**
 * \class CallContentMediaDescriptionInterfaceRTCPFeedbackInterface
 * \headerfile TelepathyQt/call-content-media-description.h <TelepathyQt/CallContentMediaDescriptionInterface>
 * \ingroup clientcall
 *
 * Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFeedback".
 */
class TP_QT_EXPORT CallContentMediaDescriptionInterfaceRTCPFeedbackInterface : public Tp::AbstractInterface
{
    Q_OBJECT

public:
    /**
     * Returns the name of the interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFeedback", which this class
     * represents.
     *
     * \return The D-Bus interface name.
     */
    static inline QLatin1String staticInterfaceName()
    {
        return QLatin1String("org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFeedback");
    }

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPFeedbackInterface associated with the given object on the session bus.
     *
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTCPFeedbackInterface(
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPFeedbackInterface associated with the given object on the given bus.
     *
     * \param connection The bus via which the object can be reached.
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTCPFeedbackInterface(
        const QDBusConnection& connection,
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPFeedbackInterface associated with the same object as the given proxy.
     *
     * \param proxy The proxy to use. It will also be the QObject::parent()
     *               for this object.
     */
    CallContentMediaDescriptionInterfaceRTCPFeedbackInterface(Tp::DBusProxy *proxy);

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPFeedbackInterface associated with the same object as the given proxy.
     * Additionally, the created proxy will have the same parent as the given
     * proxy.
     *
     * \param mainInterface The proxy to use.
     */
    explicit CallContentMediaDescriptionInterfaceRTCPFeedbackInterface(const Tp::Client::CallContentMediaDescriptionInterface& mainInterface);

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTCPFeedbackInterface associated with the same object as the given proxy.
     * However, a different parent object can be specified.
     *
     * \param mainInterface The proxy to use.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTCPFeedbackInterface(const Tp::Client::CallContentMediaDescriptionInterface& mainInterface, QObject* parent);

    /**
     * Asynchronous getter for the remote object property \c FeedbackMessages of type \c Tp::RTCPFeedbackMessageMap.
     *
     * 
     * A map of remote feedback codec properties that are supported.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyFeedbackMessages() const
    {
        return internalRequestProperty(QLatin1String("FeedbackMessages"));
    }

    /**
     * Asynchronous getter for the remote object property \c DoesAVPF of type \c bool.
     *
     * 
     * True if the remote contact supports Audio-Visual Profile Feedback 
     * (AVPF), otherwise False.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyDoesAVPF() const
    {
        return internalRequestProperty(QLatin1String("DoesAVPF"));
    }

    /**
     * Request all of the DBus properties on the interface.
     *
     * \return A pending variant map which will emit finished when the properties have
     *          been retrieved.
     */
    Tp::PendingVariantMap *requestAllProperties() const
    {
        return internalRequestAllProperties();
    }

protected:
    virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &);
};

/**
 * \class CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface
 * \headerfile TelepathyQt/call-content-media-description.h <TelepathyQt/CallContentMediaDescriptionInterface>
 * \ingroup clientcall
 *
 * Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTPHeaderExtensions".
 */
class TP_QT_EXPORT CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface : public Tp::AbstractInterface
{
    Q_OBJECT

public:
    /**
     * Returns the name of the interface "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTPHeaderExtensions", which this class
     * represents.
     *
     * \return The D-Bus interface name.
     */
    static inline QLatin1String staticInterfaceName()
    {
        return QLatin1String("org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTPHeaderExtensions");
    }

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface associated with the given object on the session bus.
     *
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface(
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface associated with the given object on the given bus.
     *
     * \param connection The bus via which the object can be reached.
     * \param busName Name of the service the object is on.
     * \param objectPath Path to the object on the service.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface(
        const QDBusConnection& connection,
        const QString& busName,
        const QString& objectPath,
        QObject* parent = 0
    );

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface associated with the same object as the given proxy.
     *
     * \param proxy The proxy to use. It will also be the QObject::parent()
     *               for this object.
     */
    CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface(Tp::DBusProxy *proxy);

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface associated with the same object as the given proxy.
     * Additionally, the created proxy will have the same parent as the given
     * proxy.
     *
     * \param mainInterface The proxy to use.
     */
    explicit CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface(const Tp::Client::CallContentMediaDescriptionInterface& mainInterface);

    /**
     * Creates a CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface associated with the same object as the given proxy.
     * However, a different parent object can be specified.
     *
     * \param mainInterface The proxy to use.
     * \param parent Passed to the parent class constructor.
     */
    CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface(const Tp::Client::CallContentMediaDescriptionInterface& mainInterface, QObject* parent);

    /**
     * Asynchronous getter for the remote object property \c HeaderExtensions of type \c Tp::RTPHeaderExtensionsList.
     *
     * 
     * A list of remote header extensions which are supported.
     *
     * \return A pending variant which will emit finished when the property has been
     *          retrieved.
     */
    inline Tp::PendingVariant *requestPropertyHeaderExtensions() const
    {
        return internalRequestProperty(QLatin1String("HeaderExtensions"));
    }

    /**
     * Request all of the DBus properties on the interface.
     *
     * \return A pending variant map which will emit finished when the properties have
     *          been retrieved.
     */
    Tp::PendingVariantMap *requestAllProperties() const
    {
        return internalRequestAllProperties();
    }

protected:
    virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &);
};
}
}
Q_DECLARE_METATYPE(Tp::Client::CallContentMediaDescriptionInterface*)
Q_DECLARE_METATYPE(Tp::Client::CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface*)
Q_DECLARE_METATYPE(Tp::Client::CallContentMediaDescriptionInterfaceRTCPFeedbackInterface*)
Q_DECLARE_METATYPE(Tp::Client::CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface*)