AgsFxBufferRecycling

AgsFxBufferRecycling — fx buffer recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsFxBufferRecycling

Implemented Interfaces

AgsFxBufferRecycling implements AgsConnectable.

Includes

#include <ags/audio/fx/ags_fx_buffer_recycling.h>

Description

The AgsFxBufferRecycling class provides ports to the effect processor.

Functions

ags_fx_buffer_recycling_new ()

AgsFxBufferRecycling *
ags_fx_buffer_recycling_new (AgsRecycling *recycling);

Create a new instance of AgsFxBufferRecycling

Parameters

recycling

the AgsRecycling

 

Returns

the new AgsFxBufferRecycling

Since: 3.3.0


AGS_FX_BUFFER_RECYCLING()

#define AGS_FX_BUFFER_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_BUFFER_RECYCLING, AgsFxBufferRecycling))

AGS_FX_BUFFER_RECYCLING_CLASS()

#define AGS_FX_BUFFER_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_BUFFER_RECYCLING, AgsFxBufferRecyclingClass))

AGS_FX_BUFFER_RECYCLING_GET_CLASS()

#define AGS_FX_BUFFER_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_BUFFER_RECYCLING, AgsFxBufferRecyclingClass))

AGS_IS_FX_BUFFER_RECYCLING()

#define AGS_IS_FX_BUFFER_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_BUFFER_RECYCLING))

AGS_IS_FX_BUFFER_RECYCLING_CLASS()

#define AGS_IS_FX_BUFFER_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_BUFFER_RECYCLING))

ags_fx_buffer_recycling_get_type ()

GType
ags_fx_buffer_recycling_get_type ();

Types and Values

AGS_TYPE_FX_BUFFER_RECYCLING

#define AGS_TYPE_FX_BUFFER_RECYCLING                (ags_fx_buffer_recycling_get_type())

struct AgsFxBufferRecycling

struct AgsFxBufferRecycling;

struct AgsFxBufferRecyclingClass

struct AgsFxBufferRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};