Constructor
AgsAudioAudioUnitServernew
since: 3.0.0
Declaration [src]
AgsAudioUnitServer*
ags_audio_unit_server_new (
gchar* url
)
Parameters
url
-
Type:
gchar*
The URL as string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: AgsAudioUnitServer
The new AgsAudioUnitServer
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |