EmpathyTpCall

EmpathyTpCall

Synopsis




                    EmpathyTpCall;
enum                EmpathyTpCallStatus;
EmpathyTpCall*      empathy_tp_call_new                 (TpConn *connection,
                                                         TpChan *channel);
void                empathy_tp_call_set_output_volume   (EmpathyTpCall *call,
                                                         guint volume);
void                empathy_tp_call_mute_output         (EmpathyTpCall *call,
                                                         gboolean is_muted);
void                empathy_tp_call_mute_input          (EmpathyTpCall *call,
                                                         gboolean is_muted);

Object Hierarchy


  GObject
   +----EmpathyTpCall

Properties


  "audio-stream"             gpointer              : Read
  "channel"                  TpChan                : Read / Write / Construct Only
  "connection"               TpConn                : Read / Write / Construct Only
  "contact"                  EmpathyContact        : Read
  "is-incoming"              gboolean              : Read
  "status"                   guint                 : Read
  "video-stream"             gpointer              : Read

Signals


  "receiving-video"                                : Run Last
  "sending-video"                                  : Run Last
  "status-changed"                                 : Run Last

Description

Details

EmpathyTpCall

typedef struct _EmpathyTpCall EmpathyTpCall;


enum EmpathyTpCallStatus

typedef enum
{
  EMPATHY_TP_CALL_STATUS_READYING,
  EMPATHY_TP_CALL_STATUS_PENDING,
  EMPATHY_TP_CALL_STATUS_ACCEPTED,
  EMPATHY_TP_CALL_STATUS_CLOSED
} EmpathyTpCallStatus;


empathy_tp_call_new ()

EmpathyTpCall*      empathy_tp_call_new                 (TpConn *connection,
                                                         TpChan *channel);

connection :

channel :

Returns :


empathy_tp_call_set_output_volume ()

void                empathy_tp_call_set_output_volume   (EmpathyTpCall *call,
                                                         guint volume);

call :

volume :


empathy_tp_call_mute_output ()

void                empathy_tp_call_mute_output         (EmpathyTpCall *call,
                                                         gboolean is_muted);

call :

is_muted :


empathy_tp_call_mute_input ()

void                empathy_tp_call_mute_input          (EmpathyTpCall *call,
                                                         gboolean is_muted);

call :

is_muted :

Property Details

The "audio-stream" property

  "audio-stream"             gpointer              : Read

Audio stream data.


The "channel" property

  "channel"                  TpChan                : Read / Write / Construct Only

channel.


The "connection" property

  "connection"               TpConn                : Read / Write / Construct Only

connection.


The "contact" property

  "contact"                  EmpathyContact        : Read

Call contact.


The "is-incoming" property

  "is-incoming"              gboolean              : Read

Is media stream incoming.

Default value: FALSE


The "status" property

  "status"                   guint                 : Read

Call status.

Allowed values: <= 255

Default value: 0


The "video-stream" property

  "video-stream"             gpointer              : Read

Video stream data.

Signal Details

The "receiving-video" signal

void                user_function                      (EmpathyTpCall *empathytpcall,
                                                        gboolean       arg1,
                                                        gpointer       user_data)          : Run Last

empathytpcall :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.

The "sending-video" signal

void                user_function                      (EmpathyTpCall *empathytpcall,
                                                        gboolean       arg1,
                                                        gpointer       user_data)          : Run Last

empathytpcall :

the object which received the signal.

arg1 :

user_data :

user data set when the signal handler was connected.

The "status-changed" signal

void                user_function                      (EmpathyTpCall *empathytpcall,
                                                        gpointer       user_data)          : Run Last

empathytpcall :

the object which received the signal.

user_data :

user data set when the signal handler was connected.