AgsSoundcardEditor

AgsSoundcardEditor — A composite widget to configure soundcard

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

#include <ags/app/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

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