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;