krähemann.com

AgsRtStreamRecycling

AgsRtStreamRecycling — rt streams recycling

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsRtStreamRecycling

Implemented Interfaces

AgsRtStreamRecycling implements AgsConnectable.

Includes

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

Description

The AgsRtStreamRecycling rt streams the recycling with appropriate AgsRecallID.

Functions

ags_rt_stream_recycling_new ()

AgsRtStreamRecycling *
ags_rt_stream_recycling_new (AgsRecycling *source);

Create a new instance of AgsRtStreamRecycling

Parameters

source

the AgsRecycling

 

Returns

the new AgsRtStreamRecycling

Since: 3.0.0


AGS_IS_RT_STREAM_RECYCLING()

#define AGS_IS_RT_STREAM_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RT_STREAM_RECYCLING))

AGS_RT_STREAM_RECYCLING()

#define AGS_RT_STREAM_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RT_STREAM_RECYCLING, AgsRtStreamRecycling))

AGS_RT_STREAM_RECYCLING_CLASS()

#define AGS_RT_STREAM_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RT_STREAM_RECYCLING, AgsRtStreamRecyclingClass))

AGS_RT_STREAM_RECYCLING_GET_CLASS()

#define AGS_RT_STREAM_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RT_STREAM_RECYCLING, AgsRtStreamRecyclingClass))

ags_rt_stream_recycling_get_type ()

GType
ags_rt_stream_recycling_get_type ();

Types and Values

AGS_TYPE_RT_STREAM_RECYCLING

#define AGS_TYPE_RT_STREAM_RECYCLING                (ags_rt_stream_recycling_get_type())

struct AgsRtStreamRecycling

struct AgsRtStreamRecycling;

struct AgsRtStreamRecyclingClass

struct AgsRtStreamRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};