Constructor

AgsAudioSetFormatnew

since: 3.0.0

Declaration [src]

AgsSetFormat*
ags_set_format_new (
  GObject* scope,
  guint format
)

Description [src]

Create a new instance of AgsSetFormat.

Available since: 3.0.0

Parameters

scope

Type: GObject

The GObject to reset.

The data is owned by the caller of the function.
format

Type: guint

The new format.

Return value

Type: AgsSetFormat

The new AgsSetFormat.

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