| Top |
|
|
ags_recycling_set_devout () |
|
|
ags_recycling_add_audio_signal () |
|
|
ags_recycling_remove_audio_signal () |
|
|
ags_recycling_create_audio_signal_with_defaults () |
|
|
ags_recycling_create_audio_signal_with_frame_count () |
|
|
ags_recycling_position () |
|
|
ags_recycling_find_next_channel () |
|
|
ags_recycling_new () |
void ags_recycling_set_devout (,AgsRecycling *recycling);GObject *devout
void ags_recycling_add_audio_signal (,AgsRecycling *recycling);AgsAudioSignal *audio_signal
Add
Since 0.3
void ags_recycling_remove_audio_signal (,AgsRecycling *recycling);AgsAudioSignal *audio_signal
Remove
Since 0.3
void ags_recycling_create_audio_signal_with_defaults (,AgsRecycling *recycling,AgsAudioSignal *audio_signal,gdouble delay);guint attack
Create audio signal with defaults.
Since 0.4
void ags_recycling_create_audio_signal_with_frame_count (,AgsRecycling *recycling,AgsAudioSignal *audio_signal,guint frame_count,gdouble delay);guint attack
Create audio signal with frame count.
recycling |
an |
|
audio_signal |
the |
|
frame_count |
the audio data size |
Since 0.4
gint ags_recycling_position (,AgsRecycling *start_recycling,AgsRecycling *end_region);AgsRecycling *recycling
Retrieve position of recycling.
Since 0.4
AgsRecycling * ags_recycling_find_next_channel (,AgsRecycling *start_region,AgsRecycling *end_region);GObject *prev_channel
Retrieve next recycling with different channel.
Since 0.4