Top | ![]() |
![]() |
![]() |
![]() |
AgsOutputAgsOutput — Output of AgsAudio |
AgsRecycling * | ags_output_find_first_input_recycling () |
AgsRecycling * | ags_output_find_last_input_recycling () |
AgsOutput * | ags_output_new () |
#define | AGS_IS_OUTPUT() |
#define | AGS_IS_OUTPUT_CLASS() |
#define | AGS_OUTPUT() |
#define | AGS_OUTPUT_CLASS() |
#define | AGS_OUTPUT_GET_CLASS() |
GType | ags_output_get_type () |
AgsRecycling *
ags_output_find_first_input_recycling (AgsOutput *output
);
Retrieve first input recycling.
Since: 0.4
AgsRecycling *
ags_output_find_last_input_recycling (AgsOutput *output
);
Retrieve last input recycling.
Since: 0.4
AgsOutput *
ags_output_new (GObject *audio
);
Creates an AgsOutput, linking tree to audio
.
Since: 0.3
#define AGS_IS_OUTPUT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_OUTPUT))
#define AGS_OUTPUT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OUTPUT, AgsOutput))
#define AGS_OUTPUT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OUTPUT, AgsOutputClass))
#define AGS_OUTPUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_OUTPUT, AgsOutputClass))