AgsApplyPresets

AgsApplyPresets — apply presets

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsApplyPresets

Implemented Interfaces

AgsApplyPresets implements AgsConnectable.

Includes

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

Description

The AgsApplyPresets task apply the specified presets.

Functions

ags_apply_presets_new ()

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

Creates an AgsApplyPresets.

Parameters

scope

a GObject

 

pcm_channels

pcm channels

 

samplerate

samplerate

 

buffer_size

buffer size

 

format

format

 

Returns

an new AgsApplyPresets.

Since: 0.7.45

Types and Values