Constructor
AgsAudioApplyPresetsnew
since: 3.0.0
Declaration [src]
AgsApplyPresets*
ags_apply_presets_new (
GObject* scope,
guint pcm_channels,
guint samplerate,
guint buffer_size,
guint format
)
Parameters
scope-
Type:
GObjectA
GObject.The data is owned by the caller of the function. pcm_channels-
Type:
guintPcm channels.
samplerate-
Type:
guintSamplerate.
buffer_size-
Type:
guintBuffer size.
format-
Type:
guintFormat.
Return value
Type: AgsApplyPresets
The new AgsApplyPresets.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |