AgsRemoveAudio

AgsRemoveAudio — remove audio object of soundcard

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveAudio

Implemented Interfaces

AgsRemoveAudio implements AgsConnectable.

Includes

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

Description

The AgsRemoveAudio task removes AgsAudio of AgsSoundcard.

Functions

ags_remove_audio_new ()

AgsRemoveAudio *
ags_remove_audio_new (GObject *soundcard,
                      AgsAudio *audio);

Creates an AgsRemoveAudio.

Parameters

soundcard

the GObject implementing AgsSoundcard

 

audio

the AgsAudio to remove

 

Returns

an new AgsRemoveAudio.

Since: 0.4

Types and Values