| Top |
AgsSoundcardEditor enables you to make preferences of soundcard, audio channels, samplerate and buffer size.
void ags_soundcard_editor_add_port (AgsSoundcardEditor *soundcard_editor,gchar *device);
void ags_soundcard_editor_remove_port (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_core_audio_card
(AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_pulse_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_jack_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_wasapi_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_alsa_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_oss_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_show_wasapi_control
(AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_hide_wasapi_control
(AgsSoundcardEditor *soundcard_editor);
AgsSoundcardEditor * ags_soundcard_editor_new ();
Create a new instance of AgsSoundcardEditor
Since: 3.0.0