Home · All Classes · All Namespaces · Modules · Functions · Files

MediaSessionHandlerInterface Class Reference
[Media session handler proxies]

#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

MediaSessionHandlerInterface ( const QString &  busName,
const QString &  objectPath,
QObject *  parent = 0 
)

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

Parameters:
busName Name of the service the object is on.
objectPath Path to the object on the service.
parent Passed to the parent class constructor.
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:
connection The bus via which the object can be reached.
busName Name of the service the object is on.
objectPath Path to the object on the service.
parent Passed to the parent class constructor.
MediaSessionHandlerInterface ( Tp::DBusProxy *  proxy  ) 

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

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

Member Function Documentation

static const char* staticInterfaceName (  )  [inline, static]

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

Returns:
The D-Bus interface name.
QDBusPendingReply Error ( uint  errorCode,
const QString &  message 
) [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.

QDBusPendingReply Ready (  )  [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).

void 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:
streamHandler The path of a new object implementing the StreamHandler interface.
ID The unique ID of the new stream
mediaType Type of media that this stream should handle
direction Direction of this stream
virtual void invalidate ( Tp::DBusProxy *  ,
const QString &  ,
const QString &   
) [protected, virtual]


Copyright © 2009 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.2.1