krähemann.com

AgsRemoveAudioSignal

AgsRemoveAudioSignal — remove audio_signal object from recycling

Stability Level

Stable, unless otherwise indicated

Properties

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

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveAudioSignal

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);

Create a new instance of AgsRemoveAudioSignal.

Parameters

recycling

the AgsRecycling

 

audio_signal

the AgsAudioSignal to remove

 

Returns

the new AgsRemoveAudioSignal

Since: 3.0.0


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

Owner: AgsRemoveAudioSignal

Flags: Read / Write

Since: 3.0.0


The “recycling” property

  “recycling”                AgsRecycling *

The assigned AgsRecycling

Owner: AgsRemoveAudioSignal

Flags: Read / Write

Since: 3.0.0