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

Tpy::CallContent Class Reference

The CallContent class provides an object representing a Telepathy Call.Content. More...

#include <TelepathyQt4Yell/CallContent>

List of all members.

Signals

Public Member Functions


Detailed Description

The CallContent class provides an object representing a Telepathy Call.Content.

Instances of this class cannot be constructed directly; the only way to get one is via CallChannel.

See async_model


Constructor & Destructor Documentation

Tpy::CallContent::~CallContent (  ) 

Class destructor.


Member Function Documentation

CallChannelPtr Tpy::CallContent::channel (  )  const

Return the channel owning this media content.

Returns:
The channel owning this media content.
QString Tpy::CallContent::name (  )  const

Return the name of this media content.

Returns:
The name of this media content.
Tp::MediaStreamType Tpy::CallContent::type (  )  const

Return the type of this media content.

Returns:
The type of this media content.
CallContentDisposition Tpy::CallContent::disposition (  )  const

Return the disposition of this media content.

Returns:
The disposition of this media content.
CallStreams Tpy::CallContent::streams (  )  const

Return the media streams of this media content.

Returns:
A list of media streams of this media content.
See also:
streamAdded(), streamRemoved()
void Tpy::CallContent::streamAdded ( const Tpy::CallStreamPtr stream  )  [signal]

This signal is emitted when a new media stream is added to this media content.

Parameters:
stream The media stream that was added.
See also:
streams()
void Tpy::CallContent::streamRemoved ( const Tpy::CallStreamPtr stream  )  [signal]

This signal is emitted when a new media stream is removed from this media content.

Parameters:
stream The media stream that was removed.
See also:
streams()


Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4-Yell 0.1.6