Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── AgsExportWindow
AgsExportWindow lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.
void
ags_export_window_add_export_soundcard
(AgsExportWindow *export_window
);
Add soundcard editor.
Since: 3.18.0
void ags_export_window_remove_export_soundcard (AgsExportWindow *export_window
,gint nth
);
Remove soundcard editor.
Since: 3.18.0
void
ags_export_window_reload_soundcard_editor
(AgsExportWindow *export_window
);
Reload soundcard editor.
Since: 3.0.0
AgsExportWindow * ags_export_window_new ();
Create a new instance of AgsExportWindow
Since: 3.0.0