AgsExportWindow

AgsExportWindow — The export dialog

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── AgsExportWindow

Includes

#include <ags/app/ags_export_window.h>

Description

AgsExportWindow lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.

Functions

ags_export_window_add_export_soundcard ()

void
ags_export_window_add_export_soundcard
                               (AgsExportWindow *export_window);

Add soundcard editor.

Parameters

export_window

the AgsExportWindow

 

Since: 3.18.0


ags_export_window_remove_export_soundcard ()

void
ags_export_window_remove_export_soundcard
                               (AgsExportWindow *export_window,
                                gint nth);

Remove soundcard editor.

Parameters

export_window

the AgsExportWindow

 

nth

the nth index to remove

 

Since: 3.18.0


ags_export_window_reload_soundcard_editor ()

void
ags_export_window_reload_soundcard_editor
                               (AgsExportWindow *export_window);

Reload soundcard editor.

Parameters

export_window

the AgsExportWindow

 

Since: 3.0.0


ags_export_window_new ()

AgsExportWindow *
ags_export_window_new ();

Create a new instance of AgsExportWindow

Returns

the AgsExportWindow

Since: 3.0.0

Types and Values

enum AgsExportWindowFlags

Members

AGS_EXPORT_WINDOW_CONNECTED

   

AGS_EXPORT_WINDOW_LIVE_EXPORT