Method

PwgPortInfodup_audio_channel

since: 0.1

Declaration [src]

char*
pwg_port_info_dup_audio_channel (
  PwgPortInfo* self
)

Description [src]

Copies the PipeWire audio.channel property.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

The PipeWire audio.channel, 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.