| Top |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsSoundcardEditor
AgsSoundcardEditor enables you to make preferences of soundcard, audio channels, samplerate and buffer size.
void ags_soundcard_editor_add_jack (AgsSoundcardEditor *soundcard_editor,gchar *device);
void ags_soundcard_editor_remove_jack (AgsSoundcardEditor *soundcard_editor,gchar *device);
void ags_soundcard_editor_add_soundcard (AgsSoundcardEditor *soundcard_editor,GObject *soundcard);
void ags_soundcard_editor_remove_soundcard (AgsSoundcardEditor *soundcard_editor,GObject *soundcard);
void
ags_soundcard_editor_load_jack_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_alsa_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_oss_card (AgsSoundcardEditor *soundcard_editor);
AgsSoundcardEditor * ags_soundcard_editor_new ();
Creates an AgsSoundcardEditor
Since: 0.7.65