#include <TelepathyQt4/Client/StreamedMediaChannel>
Public Member Functions | |
StreamedMediaChannel (Connection *connection, const QString &objectPath, const QVariantMap &immutableProperties, QObject *parent=0) | |
~StreamedMediaChannel () | |
Friends | |
struct | Private |
This subclass of Channel will eventually provide a high-level API for the StreamedMedia interface. Until then, it's just a Channel.
Telepathy::Client::StreamedMediaChannel::StreamedMediaChannel | ( | Connection * | connection, | |
const QString & | objectPath, | |||
const QVariantMap & | immutableProperties, | |||
QObject * | parent = 0 | |||
) |
Creates a StreamedMediaChannel associated with the given object on the same service as the given connection.
connection | Connection owning this StreamedMediaChannel, and specifying the service. | |
objectPath | Path to the object on the service. | |
immutableProperties | The immutable properties of the channel, as signalled by NewChannels or returned by CreateChannel or EnsureChannel | |
parent | Passed to the parent class constructor. |
Telepathy::Client::StreamedMediaChannel::~StreamedMediaChannel | ( | ) |
Class destructor.
friend struct Private [friend] |
Reimplemented from Telepathy::Client::Channel.