krähemann.com

AgsOutputCollectionEditor

AgsOutputCollectionEditor — edit audio connections in bulk mode.

Properties

GType * channel-type Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTable
                    ╰── AgsOutputCollectionEditor

Implemented Interfaces

AgsOutputCollectionEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_output_collection_editor.h>

Description

AgsOutputCollectionEditor is a composite widget to modify audio connections. A output collection editor should be packed by a AgsConnectionEditor.

Functions

ags_output_collection_editor_check ()

void
ags_output_collection_editor_check (AgsOutputCollectionEditor *output_collection_editor);

Checks for possible channels to output. And modifies its ranges.

Parameters

output_collection_editor

the AgsOutputCollectionEditor

 

Since: 3.0.0


ags_output_collection_editor_new ()

AgsOutputCollectionEditor *
ags_output_collection_editor_new (GType channel_type);

Create a new instance of AgsOutputCollectionEditor

Parameters

channel_type

either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT

 

Returns

the new AgsOutputCollectionEditor

Since: 3.0.0


AGS_IS_OUTPUT_COLLECTION_EDITOR()

#define AGS_IS_OUTPUT_COLLECTION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OUTPUT_COLLECTION_EDITOR))

AGS_IS_OUTPUT_COLLECTION_EDITOR_CLASS()

#define AGS_IS_OUTPUT_COLLECTION_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_OUTPUT_COLLECTION_EDITOR))

AGS_OUTPUT_COLLECTION_EDITOR()

#define AGS_OUTPUT_COLLECTION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OUTPUT_COLLECTION_EDITOR, AgsOutputCollectionEditor))

AGS_OUTPUT_COLLECTION_EDITOR_CLASS()

#define AGS_OUTPUT_COLLECTION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OUTPUT_COLLECTION_EDITOR, AgsOutputCollectionEditorClass))

AGS_OUTPUT_COLLECTION_EDITOR_GET_CLASS()

#define AGS_OUTPUT_COLLECTION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OUTPUT_COLLECTION_EDITOR, AgsOutputCollectionEditorClass))

ags_output_collection_editor_get_type ()

GType
ags_output_collection_editor_get_type ();

Types and Values

enum AgsOutputCollectionEditorFlags

Members

AGS_OUTPUT_COLLECTION_EDITOR_CONNECTED

   

AGS_TYPE_OUTPUT_COLLECTION_EDITOR

#define AGS_TYPE_OUTPUT_COLLECTION_EDITOR                (ags_output_collection_editor_get_type())

struct AgsOutputCollectionEditor

struct AgsOutputCollectionEditor;

struct AgsOutputCollectionEditorClass

struct AgsOutputCollectionEditorClass {
  GtkTableClass table;
};

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type to apply to. Either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT.

Owner: AgsOutputCollectionEditor

Flags: Read / Write

Allowed values: void

Since: 3.0.0