Constructor

AgsAudioJackPortnew

since: 3.0.0

[]

Declaration [src]

AgsJackPort*
ags_jack_port_new (
  GObject* jack_client
)
[]

Description [src]

Create a new instance of AgsJackPort.

Available since: 3.0.0

[]

Parameters

jack_client

Type: GObject

The AgsJackClient assigned to.

The data is owned by the caller of the function.
[]

Return value

Type: AgsJackPort

The new AgsJackPort.

The caller of the function takes ownership of the data, and is responsible for freeing it.