AgsStopSoundcard

AgsStopSoundcard — stop soundcard object

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsStopSoundcard

Includes

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

Description

The AgsStopSoundcard task stops soundcard.

Functions

ags_stop_soundcard_new ()

AgsStopSoundcard *
ags_stop_soundcard_new ();

Create a new instance of AgsStopSoundcard.

Returns

the new AgsStopSoundcard.

Since: 3.0.0


AGS_IS_STOP_SOUNDCARD()

#define AGS_IS_STOP_SOUNDCARD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STOP_SOUNDCARD))

AGS_IS_STOP_SOUNDCARD_CLASS()

#define AGS_IS_STOP_SOUNDCARD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_STOP_SOUNDCARD))

AGS_STOP_SOUNDCARD()

#define AGS_STOP_SOUNDCARD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STOP_SOUNDCARD, AgsStopSoundcard))

AGS_STOP_SOUNDCARD_CLASS()

#define AGS_STOP_SOUNDCARD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STOP_SOUNDCARD, AgsStopSoundcardClass))

AGS_STOP_SOUNDCARD_GET_CLASS()

#define AGS_STOP_SOUNDCARD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_STOP_SOUNDCARD, AgsStopSoundcardClass))

ags_stop_soundcard_get_type ()

GType
ags_stop_soundcard_get_type ();

Types and Values

AGS_TYPE_STOP_SOUNDCARD

#define AGS_TYPE_STOP_SOUNDCARD                (ags_stop_soundcard_get_type())

struct AgsStopSoundcard

struct AgsStopSoundcard;

struct AgsStopSoundcardClass

struct AgsStopSoundcardClass {
  AgsTaskClass task;
};