| Top |
| AgsPlayRecycling * | ags_play_recycling_new () |
| #define | AGS_IS_PLAY_RECYCLING() |
| #define | AGS_PLAY_RECYCLING() |
| #define | AGS_PLAY_RECYCLING_CLASS() |
| #define | AGS_PLAY_RECYCLING_GET_CLASS() |
| GType | ags_play_recycling_get_type () |
| #define | AGS_TYPE_PLAY_RECYCLING |
| struct | AgsPlayRecycling |
| struct | AgsPlayRecyclingClass |
AgsPlayRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsPlayRecycling * ags_play_recycling_new (AgsRecycling *source,GObject *soundcard,guint audio_channel);
Creates an AgsPlayRecycling
source |
the source AgsRecycling |
|
soundcard |
the GObject outputting to |
|
audio_channel |
the audio channel to use |
Since: 1.0.0
#define AGS_IS_PLAY_RECYCLING(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_RECYCLING))
#define AGS_PLAY_RECYCLING(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecycling))
#define AGS_PLAY_RECYCLING_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecyclingClass))
#define AGS_PLAY_RECYCLING_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecyclingClass))