5#ifndef QXMPPCALLSTREAM_H
6#define QXMPPCALLSTREAM_H
8#include <QXmppGlobal.h>
14typedef struct _GstPad GstPad;
15typedef struct _GstElement GstElement;
17class QXmppCallStreamPrivate;
20class 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;
Definition: QXmppCallStream.h:23
Definition: QXmppCall.h:21
The QXmppIceConnection class represents a set of UDP sockets capable of performing Interactive Connec...
Definition: QXmppStun.h:224