Virtual Method

AgsSoundServerget_ports

since: 3.0.0

Declaration [src]

guint*
get_ports (
  AgsSoundServer* sound_server,
  guint* port_count
)

Description [src]

Gets the ports of sound_server.

Available since: 3.0.0

Parameters

port_count

Type: guint*

The number of ports returned.

The data is owned by the caller of the function.

Return value

Type: guint*

The port as string NULL-terminated array.

The data is owned by the called function.