| Top |
| void | ags_audio_preferences_add_soundcard () |
| GList * | ags_audio_preferences_get_soundcard_editor () |
| void | ags_audio_preferences_add_soundcard_editor () |
| void | ags_audio_preferences_remove_soundcard_editor () |
| AgsAudioPreferences * | ags_audio_preferences_new () |
AgsAudioPreferences enables you to make preferences of soundcard, audio channels, samplerate and buffer size.
void ags_audio_preferences_add_soundcard (AgsAudioPreferences *audio_preferences,gchar *backend,gboolean is_output);
Add soundcard.
audio_preferences |
the AgsAudio_Preferences |
|
backend |
the backend to use |
|
is_output |
|
Since: 8.3.2
GList *
ags_audio_preferences_get_soundcard_editor
(AgsAudioPreferences *audio_preferences);
Get line member of audio_preferences
.
Since: 4.0.0
void ags_audio_preferences_add_soundcard_editor (AgsAudioPreferences *audio_preferences,AgsSoundcardEditor *soundcard_editor);
Add soundcard_editor
to audio_preferences
.
Since: 4.0.0
void ags_audio_preferences_remove_soundcard_editor (AgsAudioPreferences *audio_preferences,AgsSoundcardEditor *soundcard_editor);
Remove soundcard_editor
from audio_preferences
.
Since: 4.0.0