krähemann.com

AgsExportWindow

AgsExportWindow — The export dialog

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── AgsExportWindow

Implemented Interfaces

AgsExportWindow implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot and AgsConnectable.

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_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


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

ags_export_window_get_type ()

GType
ags_export_window_get_type (void);

Types and Values

enum AgsExportWindowFlags

Members

AGS_EXPORT_WINDOW_LIVE_EXPORT

   

AGS_EXPORT_WINDOW_HAS_STOP_TIMEOUT

   

AGS_TYPE_EXPORT_WINDOW

#define AGS_TYPE_EXPORT_WINDOW                (ags_export_window_get_type())

struct AgsExportWindow

struct AgsExportWindow;

struct AgsExportWindowClass

struct AgsExportWindowClass {
  GtkWindowClass window;
};