AgsConnectionEditorLine

AgsConnectionEditorLine — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorLine

Includes

#include <ags/app/ags_connection_editor_line.h>

Description

AgsConnectionEditorLine is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_lines.

Functions

ags_connection_editor_line_new ()

AgsConnectionEditorLine *
ags_connection_editor_line_new (AgsChannel *channel);

Creates an AgsConnectionEditorLine

Parameters

channel_type

the channel type

 

Returns

a new AgsConnectionEditorLine

Since: 4.0.0

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsConnectionEditorLine

Flags: Read / Write

Since: 4.0.0