Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_export_window_get_export_soundcard () |
|
ags_export_window_add_export_soundcard () |
|
ags_export_window_remove_export_soundcard () |
|
ags_export_window_reload_soundcard_editor () |
|
ags_export_window_start_export () |
|
ags_export_window_stop_export () |
AgsExportWindow * | ags_export_window_new () |
#define | AGS_EXPORT_WINDOW() |
#define | AGS_EXPORT_WINDOW_CLASS() |
#define | AGS_EXPORT_WINDOW_GET_CLASS() |
#define | AGS_IS_EXPORT_WINDOW() |
#define | AGS_IS_EXPORT_WINDOW_CLASS() |
|
ags_export_window_get_type () |
Types and Values
enum | AgsExportWindowFlags |
#define | AGS_TYPE_EXPORT_WINDOW |
struct | AgsExportWindow |
struct | AgsExportWindowClass |
Implemented Interfaces
AgsExportWindow implements
Description
AgsExportWindow lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.
Functions
ags_export_window_get_export_soundcard ()
GList * ags_export_window_get_export_soundcard (AgsExportWindow *export_window
);
Get soundcard editor.
Since:
ags_export_window_add_export_soundcard ()
void ags_export_window_add_export_soundcard (AgsExportWindow *export_window
,AgsExportSoundcard *export_soundcard
);
Add soundcard editor.
Since:
ags_export_window_remove_export_soundcard ()
void ags_export_window_remove_export_soundcard (AgsExportWindow *export_window
,AgsExportSoundcard *export_soundcard
);
Remove soundcard editor.
Since:
ags_export_window_reload_soundcard_editor ()
void ags_export_window_reload_soundcard_editor (AgsExportWindow *export_window
);
Reload soundcard editor.
Since:
ags_export_window_start_export ()
void ags_export_window_start_export (AgsExportWindow *export_window
);
Start export.
Since:
ags_export_window_stop_export ()
void ags_export_window_stop_export (AgsExportWindow *export_window
);
Stop export.
Since:
ags_export_window_new ()
AgsExportWindow *
ags_export_window_new (GtkWindow *transient_for
);
Create a new instance of AgsExportWindow
Since:
AGS_EXPORT_WINDOW()
#define AGS_EXPORT_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindow))
AGS_EXPORT_WINDOW_CLASS()
#define AGS_EXPORT_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
AGS_EXPORT_WINDOW_GET_CLASS()
#define AGS_EXPORT_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
AGS_IS_EXPORT_WINDOW()
#define AGS_IS_EXPORT_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPORT_WINDOW))
AGS_IS_EXPORT_WINDOW_CLASS()
#define AGS_IS_EXPORT_WINDOW_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPORT_WINDOW))