Home · All Classes · All Namespaces · Modules · Functions · Files
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions
Tp::Client::MediaSessionHandlerInterface Class Reference

#include <TelepathyQt4/MediaSessionHandler>

Inherits Tp::AbstractInterface.

List of all members.

Public Slots

Signals

Public Member Functions

Static Public Member Functions

Protected Member Functions


Detailed Description

Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Media.SessionHandler."


Constructor & Destructor Documentation

Tp::Client::MediaSessionHandlerInterface::MediaSessionHandlerInterface ( const QString busName,
const QString objectPath,
QObject parent = 0 
)

Creates a MediaSessionHandlerInterface associated with the given object on the session bus.

Parameters:
busNameName of the service the object is on.
objectPathPath to the object on the service.
parentPassed to the parent class constructor.
Tp::Client::MediaSessionHandlerInterface::MediaSessionHandlerInterface ( const QDBusConnection connection,
const QString busName,
const QString objectPath,
QObject parent = 0 
)

Creates a MediaSessionHandlerInterface associated with the given object on the given bus.

Parameters:
connectionThe bus via which the object can be reached.
busNameName of the service the object is on.
objectPathPath to the object on the service.
parentPassed to the parent class constructor.
Tp::Client::MediaSessionHandlerInterface::MediaSessionHandlerInterface ( Tp::DBusProxy proxy)

Creates a MediaSessionHandlerInterface associated with the same object as the given proxy.

Parameters:
proxyThe proxy to use. It will also be the QObject::parent() for this object.

Member Function Documentation

static QLatin1String Tp::Client::MediaSessionHandlerInterface::staticInterfaceName ( ) [inline, static]

Returns the name of the interface "org.freedesktop.Telepathy.Media.SessionHandler", which this class represents.

Returns:
The D-Bus interface name.
Tp::PendingVariantMap* Tp::Client::MediaSessionHandlerInterface::requestAllProperties ( ) const [inline]

Request all of the DBus properties on the interface.

Returns:
A pending variant map which will emit finished when the properties have been retrieved.
QDBusPendingReply Tp::Client::MediaSessionHandlerInterface::Error ( uint  errorCode,
const QString message,
int  timeout = -1 
) [inline, slot]

Begins a call to the D-Bus method Error on the remote object.

Informs the connection manager that an error occured in this session. If used, the connection manager must terminate the session and all of the streams within it, and may also emit a StreamError signal on the channel for each stream within the session.

Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.

Parameters:
timeoutThe timeout in milliseconds.
QDBusPendingReply Tp::Client::MediaSessionHandlerInterface::Ready ( int  timeout = -1) [inline, slot]

Begins a call to the D-Bus method Ready on the remote object.

Inform the connection manager that a client is ready to handle this session handler (i.e. that it has connected to the NewStreamHandler signal and done any other necessary setup).

Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.

Parameters:
timeoutThe timeout in milliseconds.
void Tp::Client::MediaSessionHandlerInterface::NewStreamHandler ( const QDBusObjectPath streamHandler,
uint  ID,
uint  mediaType,
uint  direction 
) [signal]

Represents the signal NewStreamHandler on the remote object.

Emitted when a new stream handler has been created for this session.

Parameters:
streamHandlerThe path of a new object implementing the StreamHandler interface.
IDThe unique ID of the new stream
mediaTypeType of media that this stream should handle
directionDirection of this stream
void Tp::Client::MediaSessionHandlerInterface::invalidate ( Tp::DBusProxy proxy,
const QString error,
const QString message 
) [protected, virtual]

Reimplemented from Tp::AbstractInterface.


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.6.5