AgsBufferRecycling

AgsBufferRecycling — buffer recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsBufferRecycling

Implemented Interfaces

AgsBufferRecycling implements AgsConnectable and AgsPlugin.

Includes

#include <ags/audio/recall/ags_buffer_recycling.h>

Description

The AgsBufferRecycling class buffers the recycling.

Functions

ags_buffer_recycling_new ()

AgsBufferRecycling *
ags_buffer_recycling_new (AgsRecycling *destination,
                          AgsRecycling *source);

Create a new instance of AgsBufferRecycling

Parameters

destination

the destination AgsRecycling

 

source

the source AgsRecycling

 

Returns

the new AgsBufferRecycling

Since: 2.0.0


AGS_BUFFER_RECYCLING()

#define AGS_BUFFER_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_RECYCLING, AgsBufferRecycling))

AGS_BUFFER_RECYCLING_CLASS()

#define AGS_BUFFER_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_RECYCLING, AgsBufferRecyclingClass))

AGS_BUFFER_RECYCLING_GET_CLASS()

#define AGS_BUFFER_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BUFFER_RECYCLING, AgsBufferRecyclingClass))

AGS_IS_BUFFER_RECYCLING()

#define AGS_IS_BUFFER_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BUFFER_RECYCLING))

ags_buffer_recycling_get_type ()

GType
ags_buffer_recycling_get_type ();

Types and Values

AGS_TYPE_BUFFER_RECYCLING

#define AGS_TYPE_BUFFER_RECYCLING                (ags_buffer_recycling_get_type())

struct AgsBufferRecycling

struct AgsBufferRecycling;

struct AgsBufferRecyclingClass

struct AgsBufferRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};