Constructor

AgsAudioProgramnew

since: 5.1.0

Declaration [src]

AgsProgram*
ags_program_new (
  gchar* control_name
)

Description [src]

Creates a new instance of AgsProgram.

Available since: 5.1.0

Parameters

control_name

Type: gchar*

The control name.

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

Return value

Type: AgsProgram

A new AgsProgram.

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