Home · All Classes · All Namespaces · Modules · Functions · Files |
The MediaContent class provides an object representing a Telepathy media content. More...
#include <TelepathyQt4/StreamedMediaChannel>
Inherits Tp::ReadyObject, and Tp::RefCounted.
The MediaContent class provides an object representing a Telepathy media content.
Instances of this class cannot be constructed directly; the only way to get one is via StreamedMediaChannel.
Tp::MediaContent::~MediaContent | ( | ) |
Class destructor.
StreamedMediaChannelPtr Tp::MediaContent::channel | ( | ) | const |
Return the channel owning this media content.
QString Tp::MediaContent::name | ( | ) | const |
Return the name of this media content.
MediaStreamType Tp::MediaContent::type | ( | ) | const |
Return the type of this media content.
ContactPtr Tp::MediaContent::creator | ( | ) | const |
Return the contact who created this media content.
MediaStreams Tp::MediaContent::streams | ( | ) | const |
Return the media streams of this media content.
void Tp::MediaContent::streamAdded | ( | const Tp::MediaStreamPtr & | stream | ) | [signal] |
This signal is emitted when a new media stream is added to this media content.
stream | The media stream that was added. |
void Tp::MediaContent::streamRemoved | ( | const Tp::MediaStreamPtr & | stream | ) | [signal] |
This signal is emitted when a new media stream is removed from this media content.
stream | The media stream that was removed. |
Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.4.4 |