AgsApplyPresets

AgsApplyPresets — apply presets

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/task/ags_apply_presets.h>

Description

The AgsApplyPresets task apply the specified presets.

Functions

ags_apply_presets_soundcard ()

void
ags_apply_presets_soundcard (AgsApplyPresets *apply_presets,
                             GObject *soundcard);

ags_apply_presets_new ()

AgsApplyPresets *
ags_apply_presets_new (GObject *scope,
                       guint pcm_channels,
                       guint samplerate,
                       guint buffer_size,
                       guint format);

Creates a new instance of AgsApplyPresets.

Parameters

scope

a GObject

 

pcm_channels

pcm channels

 

samplerate

samplerate

 

buffer_size

buffer size

 

format

format

 

Returns

the new AgsApplyPresets.

Since: 3.0.0