Method

PwgLinkInfodup_input_port_id

since: 0.1

Declaration [src]

char*
pwg_link_info_dup_input_port_id (
  PwgLinkInfo* self
)

Description [src]

Copies the PipeWire link.input.port property.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

The input port id string, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.