AgsAudioPreferences

AgsAudioPreferences — A composite widget to do audio related preferences

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsAudioPreferences

Includes

#include <ags/app/ags_audio_preferences.h>

Description

AgsAudioPreferences enables you to make preferences of soundcard, audio channels, samplerate and buffer size.

Functions

ags_audio_preferences_get_soundcard_editor ()

GList *
ags_audio_preferences_get_soundcard_editor
                               (AgsAudioPreferences *audio_preferences);

Get line member of audio_preferences .

Parameters

audio_preferences

the AgsAudio_Preferences

 

Returns

the GList containing AgsSoundcardEditor

Since: 4.0.0


ags_audio_preferences_add_soundcard_editor ()

void
ags_audio_preferences_add_soundcard_editor
                               (AgsAudioPreferences *audio_preferences,
                                AgsSoundcardEditor *soundcard_editor);

Add soundcard_editor to audio_preferences .

Parameters

audio_preferences

the AgsAudio_Preferences

 

soundcard_editor

the AgsSoundcardEditor

 

x

the x position

 

y

the y position

 

width

the width

 

height

the height

 

Since: 4.0.0


ags_audio_preferences_remove_soundcard_editor ()

void
ags_audio_preferences_remove_soundcard_editor
                               (AgsAudioPreferences *audio_preferences,
                                AgsSoundcardEditor *soundcard_editor);

Remove soundcard_editor from audio_preferences .

Parameters

audio_preferences

the AgsAudio_Preferences

 

soundcard_editor

the AgsSoundcardEditor

 

Since: 4.0.0


ags_audio_preferences_new ()

AgsAudioPreferences *
ags_audio_preferences_new ();

Create a new instance of AgsAudioPreferences

Returns

the new AgsAudioPreferences

Since: 3.0.0

Types and Values

enum AgsAudioPreferencesFlags

Members

AGS_AUDIO_PREFERENCES_CONNECTED