Constructor
AgsAudioSetFormatnew
since: 3.0.0
Declaration [src]
AgsSetFormat*
ags_set_format_new (
GObject* scope,
AgsSoundcardFormat format
)
Parameters
scope
-
Type:
GObject
The
GObject
to reset.The data is owned by the caller of the function. format
-
Type:
AgsSoundcardFormat
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. |