krähemann.com

AgsSoundcardEditor

AgsSoundcardEditor — A composite widget to configure soundcard

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsSoundcardEditor

Implemented Interfaces

AgsSoundcardEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_soundcard_editor.h>

Description

AgsSoundcardEditor enables you to make preferences of soundcard, audio channels, samplerate and buffer size.

Functions

ags_soundcard_editor_add_port ()

void
ags_soundcard_editor_add_port (AgsSoundcardEditor *soundcard_editor,
                               gchar *device);

ags_soundcard_editor_remove_port ()

void
ags_soundcard_editor_remove_port (AgsSoundcardEditor *soundcard_editor,
                                  gchar *device);

ags_soundcard_editor_add_soundcard ()

void
ags_soundcard_editor_add_soundcard (AgsSoundcardEditor *soundcard_editor,
                                    GObject *soundcard);

ags_soundcard_editor_remove_soundcard ()

void
ags_soundcard_editor_remove_soundcard (AgsSoundcardEditor *soundcard_editor,
                                       GObject *soundcard);

ags_soundcard_editor_load_core_audio_card ()

void
ags_soundcard_editor_load_core_audio_card
                               (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_load_pulse_card ()

void
ags_soundcard_editor_load_pulse_card (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_load_jack_card ()

void
ags_soundcard_editor_load_jack_card (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_load_wasapi_card ()

void
ags_soundcard_editor_load_wasapi_card (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_load_alsa_card ()

void
ags_soundcard_editor_load_alsa_card (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_load_oss_card ()

void
ags_soundcard_editor_load_oss_card (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_show_wasapi_control ()

void
ags_soundcard_editor_show_wasapi_control
                               (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_hide_wasapi_control ()

void
ags_soundcard_editor_hide_wasapi_control
                               (AgsSoundcardEditor *soundcard_editor);

ags_soundcard_editor_new ()

AgsSoundcardEditor *
ags_soundcard_editor_new ();

Create a new instance of AgsSoundcardEditor

Returns

the new AgsSoundcardEditor

Since: 3.0.0


AGS_IS_SOUNDCARD_EDITOR()

#define AGS_IS_SOUNDCARD_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SOUNDCARD_EDITOR))

AGS_IS_SOUNDCARD_EDITOR_CLASS()

#define AGS_IS_SOUNDCARD_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SOUNDCARD_EDITOR))

AGS_SOUNDCARD_EDITOR()

#define AGS_SOUNDCARD_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditor))

AGS_SOUNDCARD_EDITOR_CLASS()

#define AGS_SOUNDCARD_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditorClass))

AGS_SOUNDCARD_EDITOR_GET_CLASS()

#define AGS_SOUNDCARD_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditorClass))

ags_soundcard_editor_get_type ()

GType
ags_soundcard_editor_get_type (void);

Types and Values

enum AgsSoundcardEditorFlags

Members

AGS_SOUNDCARD_EDITOR_CONNECTED

   

AGS_SOUNDCARD_EDITOR_BLOCK_RESET

   

AGS_SOUNDCARD_EDITOR_BLOCK_BACKEND

   

AGS_SOUNDCARD_EDITOR_BLOCK_CARD

   

AGS_SOUNDCARD_EDITOR_BLOCK_ADD

   

AGS_SOUNDCARD_EDITOR_BLOCK_LOAD

   

AGS_TYPE_SOUNDCARD_EDITOR

#define AGS_TYPE_SOUNDCARD_EDITOR                (ags_soundcard_editor_get_type())

struct AgsSoundcardEditor

struct AgsSoundcardEditor;

struct AgsSoundcardEditorClass

struct AgsSoundcardEditorClass {
  GtkVBoxClass vbox;
};