AgsSetSamplerate

AgsSetSamplerate — modifies samplerate

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSetSamplerate

Implemented Interfaces

AgsSetSamplerate implements AgsConnectable.

Includes

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

Description

The AgsSetSamplerate task modifies samplerate of AgsSoundcard.

Functions

ags_set_samplerate_new ()

AgsSetSamplerate *
ags_set_samplerate_new (GObject *gobject,
                        guint samplerate);

Creates an AgsSetSamplerate.

Parameters

gobject

the AgsSoundcard to reset

 

samplerate

the new samplerate

 

Returns

an new AgsSetSamplerate.

Since: 0.4

Types and Values