krähemann.com

AgsAudioPreferences

AgsAudioPreferences — A composite widget to do audio related preferences

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

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

Implemented Interfaces

AgsAudioPreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_audio_preferences.h>

Description

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

Functions

ags_audio_preferences_new ()

AgsAudioPreferences *
ags_audio_preferences_new ();

Create a new instance of AgsAudioPreferences

Returns

the new AgsAudioPreferences

Since: 3.0.0


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))

ags_audio_preferences_get_type ()

GType
ags_audio_preferences_get_type (void);

Types and Values

enum AgsAudioPreferencesFlags

Members

AGS_AUDIO_PREFERENCES_CONNECTED

   

AGS_TYPE_AUDIO_PREFERENCES

#define AGS_TYPE_AUDIO_PREFERENCES                (ags_audio_preferences_get_type())

struct AgsAudioPreferences

struct AgsAudioPreferences;

struct AgsAudioPreferencesClass

struct AgsAudioPreferencesClass {
  GtkBoxClass box;
};