AgsRemoveSoundcard

AgsRemoveSoundcard — remove soundcard object of application context

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsRemoveSoundcard

Includes

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

Description

The AgsRemoveSoundcard task removes AgsSoundcard of application context.

Functions

ags_remove_soundcard_new ()

AgsRemoveSoundcard *
ags_remove_soundcard_new (AgsApplicationContext *application_context,
                          GObject *soundcard);

Create a new instance of AgsRemoveSoundcard.

Parameters

application_context

the AgsApplicationContext

 

soundcard

the AgsSoundcard to remove

 

Returns

the new AgsRemoveSoundcard.

Since: 2.0.0


AGS_IS_REMOVE_SOUNDCARD()

#define AGS_IS_REMOVE_SOUNDCARD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_SOUNDCARD))

AGS_REMOVE_SOUNDCARD()

#define AGS_REMOVE_SOUNDCARD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcard))

AGS_REMOVE_SOUNDCARD_CLASS()

#define AGS_REMOVE_SOUNDCARD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcardClass))

AGS_REMOVE_SOUNDCARD_GET_CLASS()

#define AGS_REMOVE_SOUNDCARD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_SOUNDCARD, AgsRemoveSoundcardClass))

ags_remove_soundcard_get_type ()

GType
ags_remove_soundcard_get_type ();

Types and Values

AGS_TYPE_REMOVE_SOUNDCARD

#define AGS_TYPE_REMOVE_SOUNDCARD                (ags_remove_soundcard_get_type())

struct AgsRemoveSoundcard

struct AgsRemoveSoundcard;

struct AgsRemoveSoundcardClass

struct AgsRemoveSoundcardClass {
  AgsTaskClass task;
};

Property Details

The “application-context” property

  “application-context”      AgsApplicationContext *

The assigned AgsApplicationContext

Flags: Read / Write

Since: 2.0.0


The “soundcard” property

  “soundcard”                GObject *

The assigned AgsSoundcard

Flags: Read / Write

Since: 2.0.0