Class

PwgNodeInfo

since: 0.1

Description [src]

final class Pwg.NodeInfo : GObject.Object
{
  /* No available fields */
}

Convenience wrapper for node-specific properties from a PwgGlobal.

Stability: Unstable

Available since: 0.1

Ancestors

Constructors

pwg_node_info_new_from_global

Creates an immutable node info wrapper for a node global.

since: 0.1

Instance methods

pwg_node_info_dup_description

Copies the PipeWire node.description property.

since: 0.1

pwg_node_info_dup_media_class

Copies the PipeWire media.class property.

since: 0.1

pwg_node_info_dup_name

Copies the PipeWire node.name property.

since: 0.1

pwg_node_info_dup_object_serial

Copies the PipeWire object.serial property.

since: 0.1

pwg_node_info_get_global

Gets the wrapped global descriptor.

since: 0.1

pwg_node_info_get_id

Gets the PipeWire global id for the wrapped node.

since: 0.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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 PwgNodeInfoClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.