AgsPlayRecycling

AgsPlayRecycling — plays recycling

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallRecycling
            ╰── AgsPlayRecycling

Implemented Interfaces

AgsPlayRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsPlayRecycling class plays the recycling.

Functions

ags_play_recycling_new ()

AgsPlayRecycling *
ags_play_recycling_new (AgsRecycling *source,
                        GObject *soundcard,
                        guint audio_channel);

Creates an AgsPlayRecycling

Parameters

source

the source AgsRecycling

 

soundcard

the GObject outputting to

 

audio_channel

the audio channel to use

 

Returns

a new AgsPlayRecycling

Since: 0.4


AGS_IS_PLAY_RECYCLING()

#define AGS_IS_PLAY_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_RECYCLING))


AGS_IS_PLAY_RECYCLING_CLASS()

#define AGS_IS_PLAY_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_RECYCLING))


AGS_PLAY_RECYCLING()

#define AGS_PLAY_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecycling))


AGS_PLAY_RECYCLING_CLASS()

#define AGS_PLAY_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecyclingClass))


AGS_PLAY_RECYCLING_GET_CLASS()

#define AGS_PLAY_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecyclingClass))


ags_play_recycling_get_type ()

GType
ags_play_recycling_get_type ();

Types and Values

AGS_TYPE_PLAY_RECYCLING

#define AGS_TYPE_PLAY_RECYCLING                (ags_play_recycling_get_type())


struct AgsPlayRecycling

struct AgsPlayRecycling;


struct AgsPlayRecyclingClass

struct AgsPlayRecyclingClass {
  AgsRecallRecyclingClass recall_recycling;
};