AgsSetAudioChannels

AgsSetAudioChannels — resizes audio channels

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSetAudioChannels

Implemented Interfaces

AgsSetAudioChannels implements AgsConnectable.

Includes

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

Description

The AgsSetAudioChannels task resizes audio channels of AgsSoundcard.

Functions

ags_set_audio_channels_new ()

AgsSetAudioChannels *
ags_set_audio_channels_new (GObject *soundcard,
                            guint audio_channels);

Creates an AgsSetAudioChannels.

Parameters

soundcard

the AgsSoundcard to reset

 

audio_channels

the new count of audio channels

 

Returns

an new AgsSetAudioChannels.

Since: 0.4

Types and Values