AgsExportWindow

AgsExportWindow — The export dialog

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── 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_test_flags ()

gboolean
ags_export_window_test_flags (AgsExportWindow *export_window,
                              guint flags);

Test flags of export_window .

Parameters

export_window

the AgsExportWindow

 

flags

the flags

 

Returns

TRUE if flags is set, otherwise FALSE

Since: 4.5.0


ags_export_window_set_flags ()

void
ags_export_window_set_flags (AgsExportWindow *export_window,
                             guint flags);

Set flags of export_window .

Parameters

export_window

the AgsExportWindow

 

flags

the flags

 

Since: 4.5.0


ags_export_window_unset_flags ()

void
ags_export_window_unset_flags (AgsExportWindow *export_window,
                               guint flags);

Unset flags of export_window .

Parameters

export_window

the AgsExportWindow

 

flags

the flags

 

Since: 4.5.0


ags_export_window_get_export_soundcard ()

GList *
ags_export_window_get_export_soundcard
                               (AgsExportWindow *export_window);

Get soundcard editor.

Parameters

export_window

the AgsExportWindow

 

Returns

the GList containing AgsExportSoundcard

Since: 4.0.0


ags_export_window_add_export_soundcard ()

void
ags_export_window_add_export_soundcard
                               (AgsExportWindow *export_window,
                                AgsExportSoundcard *export_soundcard);

Add soundcard editor.

Parameters

export_window

the AgsExportWindow

 

export_soundcard

the AgsExportSoundcard

 

Since: 3.18.0


ags_export_window_remove_export_soundcard ()

void
ags_export_window_remove_export_soundcard
                               (AgsExportWindow *export_window,
                                AgsExportSoundcard *export_soundcard);

Remove soundcard editor.

Parameters

export_window

the AgsExportWindow

 

export_soundcard

the AgsExportSoundcard

 

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_start_export ()

void
ags_export_window_start_export (AgsExportWindow *export_window);

Start export.

Parameters

export_window

the AgsExportWindow

 

Since: 4.0.0


ags_export_window_stop_export ()

void
ags_export_window_stop_export (AgsExportWindow *export_window);

Stop export.

Parameters

export_window

the AgsExportWindow

 

Since: 4.0.0


ags_export_window_new ()

AgsExportWindow *
ags_export_window_new (GtkWindow *transient_for);

Create a new instance of AgsExportWindow

Parameters

transient_for

the transient for GtkWindow

 

Returns

the AgsExportWindow

Since: 3.0.0

Types and Values

enum AgsExportWindowFlags

Members

AGS_EXPORT_WINDOW_LIVE_EXPORT

   

AGS_EXPORT_WINDOW_HAS_STOP_TIMEOUT