AgsExportWindow

AgsExportWindow — The export dialog

Functions

Properties

GObject * application-context Read / Write
GObject * soundcard Read / Write

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsExportWindow implements AtkImplementorIface, GtkBuildable and AgsConnectable.

Includes

#include <ags/X/ags_export_window.h>

Description

AgsExportWindow lets you export to audio files. Currently only WAV supported.

Functions

ags_export_window_new ()

AgsExportWindow *
ags_export_window_new ();

Types and Values

enum AgsExportWindowFlags

Members

AGS_EXPORT_WINDOW_LIVE_EXPORT

   

Property Details

The “application-context” property

  “application-context”      GObject *

The AgsApplicationContext it is assigned with.

Flags: Read / Write

Since: 0.4


The “soundcard” property

  “soundcard”                GObject *

The soundcard it is assigned with.

Flags: Read / Write

Since: 0.4