Top |
void | ags_wave_export_dialog_response () |
void | ags_wave_export_dialog_update_duration () |
AgsWaveExportDialog * | ags_wave_export_dialog_new () |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_WAV |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_FLAC |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_AIFF |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_OGG |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_MP3 |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_AAC |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_MP4 |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_MKV |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_WEBM |
#define | AGS_WAVE_EXPORT_DIALOG_FORMAT_MPEG |
AgsWaveExportDialog lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.
void ags_wave_export_dialog_response (AgsWaveExportDialog *wave_export_dialog
,gint response_id
);
Response wave_export_dialog
due to user action.
Since: 6.6.0
void
ags_wave_export_dialog_update_duration
(AgsWaveExportDialog *wave_export_dialog
);
AgsWaveExportDialog * ags_wave_export_dialog_new (GtkWindow *transient_for
,AgsMachine *machine
);
Create a new instance of AgsWaveExportDialog
Since: 3.0.0