AgsSetOutputDevice

AgsSetOutputDevice — resets soundcard

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSetOutputDevice

Implemented Interfaces

AgsSetOutputDevice implements AgsConnectable.

Includes

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

Description

The AgsSetOutputDevice task resets soundcard of AgsSoundcard.

Functions

ags_set_output_device_new ()

AgsSetOutputDevice *
ags_set_output_device_new (GObject *soundcard,
                           char *card_id);

Creates an AgsSetOutputDevice.

Parameters

soundcard

the AgsSoundcard to reset

 

card_id

the new soundcard

 

Returns

an new AgsSetOutputDevice.

Since: 0.4

Types and Values