Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
AgsOutputAgsOutput — Output of AgsAudio |
#include <ags/audio/ags_output.h> struct AgsOutput; struct AgsOutputClass; AgsRecycling * ags_output_find_first_input_recycling (AgsOutput *output
); AgsRecycling * ags_output_find_last_input_recycling (AgsOutput *output
); AgsOutput * ags_output_new ();
GObject *audio
AgsRecycling * ags_output_find_first_input_recycling
(AgsOutput *output
);
Retrieve first input recycling.
|
an AgsOutput |
Returns : |
the first AgsRecycling of AgsAudio |
Since 0.4
AgsRecycling * ags_output_find_last_input_recycling
(AgsOutput *output
);
Retrieve last input recycling.
|
an AgsOutput |
Returns : |
the last AgsRecycling of AgsAudio |
Since 0.4