Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_audio_preferences_get_soundcard_editor () |
|
ags_audio_preferences_add_soundcard_editor () |
|
ags_audio_preferences_remove_soundcard_editor () |
AgsAudioPreferences * | ags_audio_preferences_new () |
#define | AGS_AUDIO_PREFERENCES() |
#define | AGS_AUDIO_PREFERENCES_CLASS() |
#define | AGS_AUDIO_PREFERENCES_GET_CLASS() |
#define | AGS_IS_AUDIO_PREFERENCES() |
#define | AGS_IS_AUDIO_PREFERENCES_CLASS() |
|
ags_audio_preferences_get_type () |
Types and Values
enum | AgsAudioPreferencesFlags |
#define | AGS_TYPE_AUDIO_PREFERENCES |
struct | AgsAudioPreferences |
struct | AgsAudioPreferencesClass |
Implemented Interfaces
AgsAudioPreferences implements
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
.
Since:
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 |
|
soundcard_editor |
||
x |
the x position |
|
y |
the y position |
|
width |
the width |
|
height |
the height |
Since:
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
.
Since:
ags_audio_preferences_new ()
AgsAudioPreferences * ags_audio_preferences_new ();
Create a new instance of AgsAudioPreferences
Since:
AGS_AUDIO_PREFERENCES()
#define AGS_AUDIO_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferences))
AGS_AUDIO_PREFERENCES_CLASS()
#define AGS_AUDIO_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferencesClass))
AGS_AUDIO_PREFERENCES_GET_CLASS()
#define AGS_AUDIO_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferencesClass))
AGS_IS_AUDIO_PREFERENCES()
#define AGS_IS_AUDIO_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUDIO_PREFERENCES))
AGS_IS_AUDIO_PREFERENCES_CLASS()
#define AGS_IS_AUDIO_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUDIO_PREFERENCES))