| Top |
| void | ags_soundcard_editor_add_sink () |
| void | ags_soundcard_editor_remove_sink () |
| void | ags_soundcard_editor_add_soundcard () |
| void | ags_soundcard_editor_remove_soundcard () |
| void | ags_soundcard_editor_load_pulse_card () |
| void | ags_soundcard_editor_load_jack_card () |
| void | ags_soundcard_editor_load_alsa_card () |
| void | ags_soundcard_editor_load_oss_card () |
| AgsSoundcardEditor * | ags_soundcard_editor_new () |
| #define | AGS_IS_SOUNDCARD_EDITOR() |
| #define | AGS_SOUNDCARD_EDITOR() |
| #define | AGS_SOUNDCARD_EDITOR_CLASS() |
| #define | AGS_SOUNDCARD_EDITOR_GET_CLASS() |
| GType | ags_soundcard_editor_get_type () |
| enum | AgsSoundcardEditorFlags |
| #define | AGS_TYPE_SOUNDCARD_EDITOR |
| struct | AgsSoundcardEditor |
| struct | AgsSoundcardEditorClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkVBox
╰── AgsSoundcardEditor
AgsSoundcardEditor implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsSoundcardEditor enables you to make preferences of soundcard, audio channels, samplerate and buffer size.
void ags_soundcard_editor_add_sink (AgsSoundcardEditor *soundcard_editor,gchar *device);
void ags_soundcard_editor_remove_sink (AgsSoundcardEditor *soundcard_editor,gchar *device);
void ags_soundcard_editor_add_soundcard (AgsSoundcardEditor *soundcard_editor,GObject *soundcard);
void ags_soundcard_editor_remove_soundcard (AgsSoundcardEditor *soundcard_editor,GObject *soundcard);
void
ags_soundcard_editor_load_pulse_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_jack_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_alsa_card (AgsSoundcardEditor *soundcard_editor);
void
ags_soundcard_editor_load_oss_card (AgsSoundcardEditor *soundcard_editor);
AgsSoundcardEditor * ags_soundcard_editor_new ();
Creates an AgsSoundcardEditor
Since: 1.0.0
#define AGS_IS_SOUNDCARD_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SOUNDCARD_EDITOR))
#define AGS_SOUNDCARD_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditor))
#define AGS_SOUNDCARD_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditorClass))
#define AGS_SOUNDCARD_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditorClass))