Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_soundcard_editor_add_port () |
|
ags_soundcard_editor_remove_port () |
|
ags_soundcard_editor_add_soundcard () |
|
ags_soundcard_editor_remove_soundcard () |
|
ags_soundcard_editor_load_core_audio_card () |
|
ags_soundcard_editor_load_pulse_card () |
|
ags_soundcard_editor_load_jack_card () |
|
ags_soundcard_editor_load_wasapi_card () |
|
ags_soundcard_editor_load_alsa_card () |
|
ags_soundcard_editor_load_oss_card () |
|
ags_soundcard_editor_show_wasapi_control () |
|
ags_soundcard_editor_hide_wasapi_control () |
AgsSoundcardEditor * | ags_soundcard_editor_new () |
#define | AGS_IS_SOUNDCARD_EDITOR() |
#define | AGS_IS_SOUNDCARD_EDITOR_CLASS() |
#define | AGS_SOUNDCARD_EDITOR() |
#define | AGS_SOUNDCARD_EDITOR_CLASS() |
#define | AGS_SOUNDCARD_EDITOR_GET_CLASS() |
|
ags_soundcard_editor_get_type () |
Types and Values
enum | AgsSoundcardEditorFlags |
#define | AGS_TYPE_SOUNDCARD_EDITOR |
struct | AgsSoundcardEditor |
struct | AgsSoundcardEditorClass |
Implemented Interfaces
AgsSoundcardEditor implements
Description
AgsSoundcardEditor enables you to make preferences of soundcard, audio channels, samplerate and buffer size.
Functions
ags_soundcard_editor_add_port ()
void ags_soundcard_editor_add_port (AgsSoundcardEditor *soundcard_editor
,);
gchar *device
ags_soundcard_editor_remove_port ()
void ags_soundcard_editor_remove_port (AgsSoundcardEditor *soundcard_editor
,);
gchar *device
ags_soundcard_editor_add_soundcard ()
void ags_soundcard_editor_add_soundcard (AgsSoundcardEditor *soundcard_editor
,);
GObject *soundcard
ags_soundcard_editor_remove_soundcard ()
void ags_soundcard_editor_remove_soundcard (AgsSoundcardEditor *soundcard_editor
,);
GObject *soundcard
ags_soundcard_editor_load_core_audio_card ()
void ags_soundcard_editor_load_core_audio_card (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_load_pulse_card ()
void ags_soundcard_editor_load_pulse_card (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_load_jack_card ()
void ags_soundcard_editor_load_jack_card (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_load_wasapi_card ()
void ags_soundcard_editor_load_wasapi_card (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_load_alsa_card ()
void ags_soundcard_editor_load_alsa_card (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_load_oss_card ()
void ags_soundcard_editor_load_oss_card (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_show_wasapi_control ()
void ags_soundcard_editor_show_wasapi_control (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_hide_wasapi_control ()
void ags_soundcard_editor_hide_wasapi_control (AgsSoundcardEditor *soundcard_editor
);
ags_soundcard_editor_new ()
AgsSoundcardEditor * ags_soundcard_editor_new ();
Create a new instance of AgsSoundcardEditor
Since:
AGS_IS_SOUNDCARD_EDITOR()
#define AGS_IS_SOUNDCARD_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SOUNDCARD_EDITOR))
AGS_IS_SOUNDCARD_EDITOR_CLASS()
#define AGS_IS_SOUNDCARD_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SOUNDCARD_EDITOR))
AGS_SOUNDCARD_EDITOR()
#define AGS_SOUNDCARD_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditor))
AGS_SOUNDCARD_EDITOR_CLASS()
#define AGS_SOUNDCARD_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditorClass))
AGS_SOUNDCARD_EDITOR_GET_CLASS()
#define AGS_SOUNDCARD_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_SOUNDCARD_EDITOR, AgsSoundcardEditorClass))