| Top |
| #define | AGS_EXPORT_SOUNDCARD_FORMAT_WAV |
| #define | AGS_EXPORT_SOUNDCARD_FORMAT_FLAC |
| #define | AGS_EXPORT_SOUNDCARD_FORMAT_OGG |
| enum | AgsExportSoundcardFlags |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsExportSoundcard
gboolean ags_export_soundcard_set_backend (AgsExportSoundcard *export_soundcard,gchar *backend);
Set backend.
Since: 0.7.119
void
ags_export_soundcard_refresh_card (AgsExportSoundcard *export_soundcard);
Refresh cards.
Since: 0.7.119
gboolean ags_export_soundcard_set_card (AgsExportSoundcard *export_soundcard,gchar *card);
Set card.
Since: 0.7.119
void ags_export_soundcard_set_filename (AgsExportSoundcard *export_soundcard,gchar *filename);
Set filename.
Since: 0.7.119
void ags_export_soundcard_set_format (AgsExportSoundcard *export_soundcard,gchar *format);
Set format.
Since: 0.7.119
AgsExportSoundcard * ags_export_soundcard_new ();
Instantiate an AgsExportSoundcard
Since: 0.7.119
“soundcard” property“soundcard” GObject *
The assigned AgsSoundcard acting as default sink.
Flags: Read / Write
Since: 0.7.119