Method

AgsAudioPulseServerfind_port

since: 3.0.0

Declaration [src]

GObject*
ags_pulse_server_find_port (
  AgsPulseServer* pulse_server,
  gchar* port_uuid
)

Description [src]

Find AgsPulsePort by uuid.

Available since: 3.0.0

Parameters

port_uuid

Type: gchar*

The uuid to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GObject

The AgsPulsePort found or NULL.

The data is owned by the instance.