Method

PwgLinkget_state

since: 0.3.7

Declaration [src]

const char*
pwg_link_get_state (
  PwgLink* self
)

Description [src]

Gets the latest copied PipeWire link state string.

Stability: Unstable

Available since: 0.3.7

Gets propertyPwg.Link:state

Return value

Type: const char*

The current link 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.