23 #ifndef _TelepathyQt_call_content_h_HEADER_GUARD_ 24 #define _TelepathyQt_call_content_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/_gen/cli-call-content.h> 32 #include <TelepathyQt/CallStream> 48 CallChannelPtr channel()
const;
57 bool supportsDTMF()
const;
62 void streamAdded(
const Tp::CallStreamPtr &stream);
76 TP_QT_NO_EXPORT
static const Feature FeatureCore;
78 TP_QT_NO_EXPORT
CallContent(
const CallChannelPtr &channel,
79 const QDBusObjectPath &contentPath);
82 friend struct Private;
94 CallContentPtr content()
const;
97 TP_QT_NO_EXPORT
void gotContent(QDBusPendingCallWatcher *watcher);
100 TP_QT_NO_EXPORT
void onContentRemoved(
const Tp::CallContentPtr &content);
109 friend struct Private;
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful.
Definition: dbus-proxy.h:96
DTMFEvent
Definition: build/TelepathyQt/_gen/constants.h:3121
QList< CallStreamPtr > CallStreams
Definition: call-stream.h:42
The Feature class represents a feature that can be enabled on demand.
Definition: feature.h:41
QList< CallContentPtr > CallContents
Definition: call-content.h:37
MediaStreamType
Definition: build/TelepathyQt/_gen/constants.h:2716
Definition: call-content.h:86
MediaStreamDirection
Definition: build/TelepathyQt/_gen/constants.h:2777
Definition: build/TelepathyQt/_gen/types.h:85
Definition: build/TelepathyQt/_gen/types.h:336
The OptionalInterfaceFactory class is a helper class for high-level D-Bus proxy classes willing to of...
Definition: optional-interface-factory.h:65
The CallContent class provides an object representing a Telepathy Call.Content.
Definition: call-content.h:39
The CallChannel class provides an object representing a Telepathy channel of type Call.
Definition: call-channel.h:35
CallContentDisposition
Definition: build/TelepathyQt/_gen/constants.h:4241
Definition: abstract-adaptor.cpp:31
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45