AgsUnrefAudioSignal

AgsUnrefAudioSignal — unref audio signal

Functions

Properties

AgsAudioSignal * audio-signal Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsUnrefAudioSignal

Implemented Interfaces

AgsUnrefAudioSignal implements AgsConnectable.

Includes

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

Description

The AgsUnrefAudioSignal task unrefs AgsAudioSignal.

Functions

ags_unref_audio_signal_new ()

AgsUnrefAudioSignal *
ags_unref_audio_signal_new (AgsAudioSignal *audio_signal);


AGS_IS_UNREF_AUDIO_SIGNAL()

#define AGS_IS_UNREF_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_UNREF_AUDIO_SIGNAL))


AGS_IS_UNREF_AUDIO_SIGNAL_CLASS()

#define AGS_IS_UNREF_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_UNREF_AUDIO_SIGNAL))


AGS_UNREF_AUDIO_SIGNAL()

#define AGS_UNREF_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_UNREF_AUDIO_SIGNAL, AgsUnrefAudioSignal))


AGS_UNREF_AUDIO_SIGNAL_CLASS()

#define AGS_UNREF_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_UNREF_AUDIO_SIGNAL, AgsUnrefAudioSignalClass))


AGS_UNREF_AUDIO_SIGNAL_GET_CLASS()

#define AGS_UNREF_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_UNREF_AUDIO_SIGNAL, AgsUnrefAudioSignalClass))


ags_unref_audio_signal_get_type ()

GType
ags_unref_audio_signal_get_type ();

Types and Values

AGS_TYPE_UNREF_AUDIO_SIGNAL

#define AGS_TYPE_UNREF_AUDIO_SIGNAL                (ags_unref_audio_signal_get_type())


struct AgsUnrefAudioSignal

struct AgsUnrefAudioSignal;


struct AgsUnrefAudioSignalClass

struct AgsUnrefAudioSignalClass {
  AgsTaskClass task;
};

Property Details

The “audio-signal” property

  “audio-signal”             AgsAudioSignal *

The assigned AgsAudioSignal

Flags: Read / Write

Since: 0.7.117