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
            ├── 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

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

   

Property Details

The “audio-channel” property

  “audio-channel”            guint

The audio channel this recall does output to.

Flags: Read / Write

Allowed values: <= 65536

Default value: 0

Since: 0.4.0


The “child-destination” property

  “child-destination”        AgsAudioSignal *

The destination AgsAudioSignal child recall needs.

Flags: Read / Write

Since: 0.4.0


The “child-source” property

  “child-source”             AgsAudioSignal *

The source AgsAudioSignal child recall needs.

Flags: Write

Since: 0.4.0


The “destination” property

  “destination”              AgsRecycling *

The AgsRecycling destination of this recall.

Flags: Read / Write

Since: 0.4.0


The “source” property

  “source”                   AgsRecycling *

The AgsRecycling source of this recall.

Flags: Read / Write