AgsRecallRecycling

AgsRecallRecycling — recycling context of recall

Functions

Properties

guint audio-channel Read / Write
AgsAudioSignal * child-destination Read / Write
AgsAudioSignal * child-source Write
AgsRecycling * destination Read / Write
AgsRecycling * source Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ├── AgsBufferRecycling
            ├── AgsCopyRecycling
            ├── AgsEnvelopeRecycling
            ├── AgsFeedRecycling
            ├── AgsMuteRecycling
            ├── AgsPeakRecycling
            ├── AgsPlayRecycling
            ├── AgsRecallRecyclingDummy
            ├── AgsStreamRecycling
            ╰── AgsVolumeRecycling

Implemented Interfaces

AgsRecallRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

#include <ags/audio/ags_recall_recycling.h>

Description

AgsRecallRecycling acts as recycling recall.

Functions

ags_recall_recycling_get_child_source ()

GList *
ags_recall_recycling_get_child_source (AgsRecallRecycling *recall_recycling);


ags_recall_recycling_new ()

AgsRecallRecycling *
ags_recall_recycling_new ();

Creates a AgsRecallRecycling

Returns

a new AgsRecallRecycling

Since: 0.4


AGS_IS_RECALL_RECYCLING()

#define AGS_IS_RECALL_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING))


AGS_IS_RECALL_RECYCLING_CLASS()

#define AGS_IS_RECALL_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_RECYCLING))


AGS_RECALL_RECYCLING()

#define AGS_RECALL_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecycling))


AGS_RECALL_RECYCLING_CLASS()

#define AGS_RECALL_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))


AGS_RECALL_RECYCLING_GET_CLASS()

#define AGS_RECALL_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))


ags_recall_recycling_get_type ()

GType
ags_recall_recycling_get_type ();

Types and Values

enum AgsRecallRecyclingFlags

Members

AGS_RECALL_RECYCLING_GARBAGE_COLLECTOR

   

AGS_RECALL_RECYCLING_MAP_CHILD_DESTINATION

   

AGS_RECALL_RECYCLING_MAP_CHILD_SOURCE

   

AGS_RECALL_RECYCLING_CREATE_DESTINATION_ON_MAP_SOURCE

   

AGS_TYPE_RECALL_RECYCLING

#define AGS_TYPE_RECALL_RECYCLING                (ags_recall_recycling_get_type())


struct AgsRecallRecycling

struct AgsRecallRecycling;


struct AgsRecallRecyclingClass

struct AgsRecallRecyclingClass {
  AgsRecallClass recall;
};

Property Details

The “audio-channel” property

  “audio-channel”            guint

The assigned destination recycling.

Flags: Read / Write

Allowed values: <= 65536

Default value: 0

Since: 0.4.0


The “child-destination” property

  “child-destination”        AgsAudioSignal *

The assigned destination audio signal.

Flags: Read / Write

Since: 0.4.0


The “child-source” property

  “child-source”             AgsAudioSignal *

The assigned source audio signal.

Flags: Write

Since: 0.4.0


The “destination” property

  “destination”              AgsRecycling *

The assigned source recycling.

Flags: Read / Write

Since: 0.4.0


The “source” property

  “source”                   AgsRecycling *

The AgsRecycling source of this recall.

Flags: Read / Write