AgsSoundcardEditor

AgsSoundcardEditor — A composite widget to configure soundcard

Functions

Types and Values

Object Hierarchy

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

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_jack ()

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

ags_soundcard_editor_remove_jack ()

void
ags_soundcard_editor_remove_jack (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_jack_card ()

void
ags_soundcard_editor_load_jack_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_new ()

AgsSoundcardEditor *
ags_soundcard_editor_new ();

Creates an AgsSoundcardEditor

Returns

a new AgsSoundcardEditor

Since: 0.7.65

Types and Values

enum AgsSoundcardEditorFlags

Members

AGS_SOUNDCARD_EDITOR_CONNECTED