AgsRemoveAudioSignal

AgsRemoveAudioSignal — remove audio_signal object from recycling

Functions

Properties

AgsAudioSignal * audio-signal Read / Write
AgsRecycling * recycling Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveAudioSignal

Implemented Interfaces

AgsRemoveAudioSignal implements AgsConnectable.

Includes

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

Description

The AgsRemoveAudioSignal task removes AgsAudioSignal from AgsRecycling.

Functions

ags_remove_audio_signal_new ()

AgsRemoveAudioSignal *
ags_remove_audio_signal_new (AgsRecycling *recycling,
                             AgsAudioSignal *audio_signal);

Creates an AgsRemoveAudioSignal.

Parameters

recycling

the AgsRecycling

 

audio_signal

the AgsAudioSignal to remove

 

Returns

an new AgsRemoveAudioSignal.

Since: 0.4


AGS_IS_REMOVE_AUDIO_SIGNAL()

#define AGS_IS_REMOVE_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_AUDIO_SIGNAL))


AGS_IS_REMOVE_AUDIO_SIGNAL_CLASS()

#define AGS_IS_REMOVE_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_AUDIO_SIGNAL))


AGS_REMOVE_AUDIO_SIGNAL()

#define AGS_REMOVE_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_AUDIO_SIGNAL, AgsRemoveAudioSignal))


AGS_REMOVE_AUDIO_SIGNAL_CLASS()

#define AGS_REMOVE_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_AUDIO_SIGNAL, AgsRemoveAudioSignalClass))


AGS_REMOVE_AUDIO_SIGNAL_GET_CLASS()

#define AGS_REMOVE_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_AUDIO_SIGNAL, AgsRemoveAudioSignalClass))


ags_remove_audio_signal_get_type ()

GType
ags_remove_audio_signal_get_type ();

Types and Values

AGS_TYPE_REMOVE_AUDIO_SIGNAL

#define AGS_TYPE_REMOVE_AUDIO_SIGNAL                (ags_remove_audio_signal_get_type())


struct AgsRemoveAudioSignal

struct AgsRemoveAudioSignal;


struct AgsRemoveAudioSignalClass

struct AgsRemoveAudioSignalClass {
  AgsTaskClass task;
};

Property Details

The “audio-signal” property

  “audio-signal”             AgsAudioSignal *

The assigned AgsAudioSignal

Flags: Read / Write

Since: 0.7.117


The “recycling” property

  “recycling”                AgsRecycling *

The assigned AgsRecycling

Flags: Read / Write

Since: 0.7.117