AgsConnectionEditor

AgsConnectionEditor — Edit audio connections

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsMachine * machine Read / Write

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkGrid
                ╰── AgsConnectionEditor

Includes

#include <ags/app/ags_connection_editor.h>

Description

AgsConnectionEditor is a composite widget intended to assign output or input soundcards. It consists of multiple child editors.

Functions

ags_connection_editor_test_flags ()

gboolean
ags_connection_editor_test_flags (AgsConnectionEditor *connection_editor,
                                  guint flags);

Test flags of connection_editor .

Parameters

connection_editor

the AgsConnectionEditor

 

flags

the flags

 

Returns

TRUE if flags is set, otherwise FALSE

Since: 4.5.0


ags_connection_editor_set_flags ()

void
ags_connection_editor_set_flags (AgsConnectionEditor *connection_editor,
                                 guint flags);

Set flags of connection_editor .

Parameters

connection_editor

the AgsConnectionEditor

 

flags

the flags

 

Since: 4.5.0


ags_connection_editor_unset_flags ()

void
ags_connection_editor_unset_flags (AgsConnectionEditor *connection_editor,
                                   guint flags);

Unset flags of connection_editor .

Parameters

connection_editor

the AgsConnectionEditor

 

flags

the flags

 

Since: 4.5.0


ags_connection_editor_set_machine ()

void
ags_connection_editor_set_machine (AgsConnectionEditor *connection_editor,
                                   AgsMachine *machine);

Is emitted as machine gets modified.

Parameters

connection_editor

the AgsConnectionEditor

 

machine

the new AgsMachine

 

Since: 3.0.0


ags_connection_editor_new ()

AgsConnectionEditor *
ags_connection_editor_new (AgsMachine *machine);

Create a new instance of AgsConnectionEditor

Parameters

machine

the assigned AgsMachine.

 

Returns

the new AgsConnectionEditor

Since: 3.0.0

Types and Values

AGS_CONNECTION_EDITOR_DEFAULT_VERSION

#define AGS_CONNECTION_EDITOR_DEFAULT_VERSION "4.5.0"

AGS_CONNECTION_EDITOR_DEFAULT_BUILD_ID

#define AGS_CONNECTION_EDITOR_DEFAULT_BUILD_ID "Tue Mar 28 06:49:41 UTC 2023"

enum AgsConnectionEditorFlags

Members

AGS_CONNECTION_EDITOR_SHOW_OUTPUT

   

AGS_CONNECTION_EDITOR_SHOW_INPUT

   

AGS_CONNECTION_EDITOR_SHOW_SOUNDCARD_OUTPUT

   

AGS_CONNECTION_EDITOR_SHOW_SOUNDCARD_INPUT

   

Property Details

The “machine” property

  “machine”                  AgsMachine *

The machine which this machine editor is assigned with.

Owner: AgsConnectionEditor

Flags: Read / Write

Signal Details

The “set-machine” signal

void
user_function (AgsConnectionEditor *agsconnectioneditor,
               GObject             *arg1,
               gpointer             user_data)

Flags: Run Last