Class

PurpleMediaElementInfo

since: 2.6

Description [src]

final class Purple.MediaElementInfo : GObject.Object {
  /* No available fields */
}

An opaque structure representing an audio/video source/sink.

Available since: 2.6

Ancestors

Instance methods

purple_media_element_info_call_create

Creates a new call.

since: 2.6

purple_media_element_info_get_element_type

Gets the element type of info.

since: 2.6

purple_media_element_info_get_id

Gets the identifier from info.

since: 2.6

purple_media_element_info_get_name

Gets the name of info.

since: 2.6

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Purple.MediaElementInfo:create-cb

A call back that is called when the element is created.

Purple.MediaElementInfo:id

The identifier for the element info.

Purple.MediaElementInfo:name

The name of the element info.

Purple.MediaElementInfo:type

The type of the element.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PurpleMediaElementInfoClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.