AgsStreamRecycling

AgsStreamRecycling — streams recycling

Synopsis

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

struct              AgsStreamRecycling;
struct              AgsStreamRecyclingClass;
AgsStreamRecycling * ags_stream_recycling_new           (AgsRecycling *recycling);

Description

The AgsStreamRecycling streams the recycling with appropriate AgsRecallID.

Details

struct AgsStreamRecycling

struct AgsStreamRecycling {
  AgsRecallRecycling recall_recycling;
};

struct AgsStreamRecyclingClass

struct AgsStreamRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};

ags_stream_recycling_new ()

AgsStreamRecycling * ags_stream_recycling_new           (AgsRecycling *recycling);

Creates an AgsStreamRecycling

recycling :

the AgsRecycling

Returns :

a new AgsStreamRecycling

Since 0.4