Top | ![]() |
![]() |
![]() |
![]() |
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() |
GType | ags_audio_preferences_get_type () |
enum | AgsAudioPreferencesFlags |
#define | AGS_TYPE_AUDIO_PREFERENCES |
struct | AgsAudioPreferences |
struct | AgsAudioPreferencesClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsAudioPreferences
AgsAudioPreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsAudioPreferences enables you to make preferences of soundcard, audio channels, samplerate and buffer size.
AgsAudioPreferences * ags_audio_preferences_new ();
Create a new instance of AgsAudioPreferences
Since: 2.0.0
#define AGS_AUDIO_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferences))
#define AGS_AUDIO_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferencesClass))
#define AGS_AUDIO_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferencesClass))
#define AGS_IS_AUDIO_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUDIO_PREFERENCES))