5 #ifndef QXMPPCALLSTREAM_H 6 #define QXMPPCALLSTREAM_H 8 #include <QXmppGlobal.h> 14 typedef struct _GstPad GstPad;
15 typedef struct _GstElement GstElement;
17 class QXmppCallStreamPrivate;
20 class QXmppCallPrivate;
27 QString creator()
const;
28 QString media()
const;
31 void setReceivePadCallback(std::function<
void(GstPad *)> cb);
32 void setSendPadCallback(std::function<
void(GstPad *)> cb);
36 QString media, QString creator, QString name,
int id);
38 QXmppCallStreamPrivate *d;
41 friend class QXmppCallPrivate;
The QXmppIceConnection class represents a set of UDP sockets capable of performing Interactive Connec...
Definition: QXmppStun.h:223
Definition: QXmppCall.h:20
Definition: QXmppCallStream.h:22