Method

PwgNodeget_state

since: 0.3.8

Declaration [src]

const char*
pwg_node_get_state (
  PwgNode* self
)

Description [src]

Gets the latest copied PipeWire node state string.

Stability: Unstable

Available since: 0.3.8

Gets propertyPwg.Node:state

Return value

Type: const char*

The current node state, or NULL before the first state update.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.