24#ifndef QXMPPCALLSTREAM_H
25#define QXMPPCALLSTREAM_H
27#include <QXmppGlobal.h>
33typedef struct _GstPad GstPad;
34typedef struct _GstElement GstElement;
36class QXmppCallStreamPrivate;
39class 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 QXmppCallStream class represents an RTP stream in a VoIP call.
Definition QXmppCallStream.h:48
The QXmppCall class represents a Voice-Over-IP call to a remote party.
Definition QXmppCall.h:44
The QXmppIceConnection class represents a set of UDP sockets capable of performing Interactive Connec...
Definition QXmppStun.h:242