AgsSetMuted

AgsSetMuted — set muted

Functions

Properties

gboolean muted Read / Write
GObject * scope Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSetMuted

Includes

#include <ags/audio/task/recall/ags_set_muted.h>

Description

The AgsSetMuted task sets muted to AgsMutable.

Functions

ags_set_muted_new ()

AgsSetMuted *
ags_set_muted_new (GObject *scope,
                   gboolean muted);

Creates an AgsSetMuted.

Parameters

scope

the GObject

 

muted

muted to set

 

Returns

an new AgsSetMuted.

Since: 3.0.0


AGS_IS_SET_MUTED()

#define AGS_IS_SET_MUTED(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_MUTED))

AGS_IS_SET_MUTED_CLASS()

#define AGS_IS_SET_MUTED_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_MUTED))

AGS_SET_MUTED()

#define AGS_SET_MUTED(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_MUTED, AgsSetMuted))

AGS_SET_MUTED_CLASS()

#define AGS_SET_MUTED_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_MUTED, AgsSetMutedClass))

AGS_SET_MUTED_GET_CLASS()

#define AGS_SET_MUTED_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_MUTED, AgsSetMutedClass))

ags_set_muted_get_type ()

GType
ags_set_muted_get_type ();

Types and Values

AGS_TYPE_SET_MUTED

#define AGS_TYPE_SET_MUTED                (ags_set_muted_get_type())

struct AgsSetMuted

struct AgsSetMuted;

struct AgsSetMutedClass

struct AgsSetMutedClass {
  AgsTaskClass task;
};

Property Details

The “muted” property

  “muted”                    gboolean

The muted to set to scope.

Owner: AgsSetMuted

Flags: Read / Write

Default value: FALSE

Since: 3.0.0


The “scope” property

  “scope”                    GObject *

The assigned GObject as scope.

Owner: AgsSetMuted

Flags: Read / Write

Since: 3.0.0