AgsExportWindow

AgsExportWindow — The export dialog

Functions

Properties

GObject * application-context Read / Write
AgsWindow * main-window Read / Write

Types and Values

Object Hierarchy

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

Includes

#include <ags/X/ags_export_window.h>

Description

AgsExportWindow lets you export to audio files.

Functions

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: 0.7.119


ags_export_window_new ()

AgsExportWindow *
ags_export_window_new ();

Instantiate an AgsExportWindow

Returns

an AgsExportWindow

Since: 0.4

Types and Values

enum AgsExportWindowFlags

Members

AGS_EXPORT_WINDOW_CONNECTED

   

AGS_EXPORT_WINDOW_LIVE_EXPORT

   

Property Details

The “application-context” property

  “application-context”      GObject *

The assigned AgsApplicationContext to give control of application.

Flags: Read / Write

Since: 0.4


The “main-window” property

  “main-window”              AgsWindow *

The assigned AgsWindow.

Flags: Read / Write

Since: 0.7.119