AgsStreamRecycling

AgsStreamRecycling — streams recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsStreamRecycling

Implemented Interfaces

AgsStreamRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsStreamRecycling streams the recycling with appropriate AgsRecallID.

Functions

ags_stream_recycling_new ()

AgsStreamRecycling *
ags_stream_recycling_new (AgsRecycling *recycling);

Creates an AgsStreamRecycling

Parameters

recycling

the AgsRecycling

 

Returns

a new AgsStreamRecycling

Since: 0.4


AGS_IS_STREAM_RECYCLING()

#define AGS_IS_STREAM_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_STREAM_RECYCLING))


AGS_IS_STREAM_RECYCLING_CLASS()

#define AGS_IS_STREAM_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_STREAM_RECYCLING))


AGS_STREAM_RECYCLING()

#define AGS_STREAM_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_RECYCLING, AgsStreamRecycling))


AGS_STREAM_RECYCLING_CLASS()

#define AGS_STREAM_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_RECYCLING, AgsStreamRecyclingClass))


AGS_STREAM_RECYCLING_GET_CLASS()

#define AGS_STREAM_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_STREAM_RECYCLING, AgsStreamRecyclingClass))


ags_stream_recycling_get_type ()

GType
ags_stream_recycling_get_type ();

Types and Values

AGS_TYPE_STREAM_RECYCLING

#define AGS_TYPE_STREAM_RECYCLING                (ags_stream_recycling_get_type())


struct AgsStreamRecycling

struct AgsStreamRecycling;


struct AgsStreamRecyclingClass

struct AgsStreamRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};