AgsBufferRecycling

AgsBufferRecycling — buffers recycling

Functions

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsBufferRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable 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 *recycling);

Creates an AgsBufferRecycling

Parameters

recycling

an AgsRecycling

 

Returns

a new AgsBufferRecycling

Since: 0.4


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_IS_BUFFER_RECYCLING_CLASS()

#define AGS_IS_BUFFER_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), 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;
};