24 #ifndef QXMPPCALLSTREAM_H 25 #define QXMPPCALLSTREAM_H 27 #include <QXmppGlobal.h> 33 typedef struct _GstPad GstPad;
34 typedef struct _GstElement GstElement;
36 class QXmppCallStreamPrivate;
39 class QXmppCallPrivate;
52 QString creator()
const;
53 QString media()
const;
56 void setReceivePadCallback(std::function<
void(GstPad *)> cb);
57 void setSendPadCallback(std::function<
void(GstPad *)> cb);
61 QString media, QString creator, QString name,
int id);
63 QXmppCallStreamPrivate *d;
66 friend class QXmppCallPrivate;
The QXmppIceConnection class represents a set of UDP sockets capable of performing Interactive Connec...
Definition: QXmppStun.h:241
The QXmppCall class represents a Voice-Over-IP call to a remote party.
Definition: QXmppCall.h:43
The QXmppCallStream class represents an RTP stream in a VoIP call.
Definition: QXmppCallStream.h:47