Method

PwgMetadatadup_configured_audio_sink_name

since: 0.1

Declaration [src]

char*
pwg_metadata_dup_configured_audio_sink_name (
  PwgMetadata* self
)

Description [src]

Reads the standard default.configured.audio.sink metadata key and returns the user-configured PipeWire node.name.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

The configured audio sink node name, 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.