Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_wave_export_dialog_update_duration () |
AgsWaveExportDialog * | ags_wave_export_dialog_new () |
#define | AGS_IS_WAVE_EXPORT_DIALOG() |
#define | AGS_IS_WAVE_EXPORT_DIALOG_CLASS() |
#define | AGS_WAVE_EXPORT_DIALOG() |
#define | AGS_WAVE_EXPORT_DIALOG_CLASS() |
#define | AGS_WAVE_EXPORT_DIALOG_GET_CLASS() |
|
ags_wave_export_dialog_get_type () |
Types and Values
#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 |
enum | AgsWaveExportDialogFlags |
#define | AGS_TYPE_WAVE_EXPORT_DIALOG |
struct | AgsWaveExportDialog |
struct | AgsWaveExportDialogClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkWindow ╰──GtkDialog ╰── AgsWaveExportDialog
Implemented Interfaces
AgsWaveExportDialog implements
Description
AgsWaveExportDialog lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.
Functions
ags_wave_export_dialog_update_duration ()
void ags_wave_export_dialog_update_duration (AgsWaveExportDialog *wave_export_dialog
);
ags_wave_export_dialog_new ()
AgsWaveExportDialog *
ags_wave_export_dialog_new (AgsMachine *machine
);
Create a new instance of AgsWaveExportDialog
Since:
AGS_IS_WAVE_EXPORT_DIALOG()
#define AGS_IS_WAVE_EXPORT_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_WAVE_EXPORT_DIALOG))
AGS_IS_WAVE_EXPORT_DIALOG_CLASS()
#define AGS_IS_WAVE_EXPORT_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_WAVE_EXPORT_DIALOG))
AGS_WAVE_EXPORT_DIALOG()
#define AGS_WAVE_EXPORT_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WAVE_EXPORT_DIALOG, AgsWaveExportDialog))
AGS_WAVE_EXPORT_DIALOG_CLASS()
#define AGS_WAVE_EXPORT_DIALOG_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_WAVE_EXPORT_DIALOG, AgsWaveExportDialogClass))
AGS_WAVE_EXPORT_DIALOG_GET_CLASS()
#define AGS_WAVE_EXPORT_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_WAVE_EXPORT_DIALOG, AgsWaveExportDialogClass))
Property Details
The “machine”
property
“machine” AgsMachine *
The machine which this machine editor is assigned with.
Owner: AgsWaveExportDialog
Flags: Read / Write