Constructor
AgsAudioJackClientnew
since: 3.0.0
Declaration [src]
AgsJackClient*
ags_jack_client_new (
GObject* jack_server
)
Parameters
jack_server
-
Type:
GObject
The assigned
AgsJackServer
.The data is owned by the caller of the function.
Return value
Type: AgsJackClient
The new AgsJackClient
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |