AgsWaveExportDialog

AgsWaveExportDialog — The export dialog

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

#include <ags/app/ags_wave_export_dialog.h>

Description

AgsWaveExportDialog lets you export to audio files. This widget can contain mulitple AgsExportSoundcard widgets.

Functions

ags_wave_export_dialog_response ()

void
ags_wave_export_dialog_response (AgsWaveExportDialog *wave_export_dialog,
                                 gint response_id);

Response wave_export_dialog due to user action.

Parameters

wave_export_dialog

the AgsWaveExportDialog

 

response

the response

 

Since: 6.6.0


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

Parameters

machine

the AgsMachine

 

Returns

the AgsWaveExportDialog

Since: 3.0.0

Types and Values

AGS_WAVE_EXPORT_DIALOG_FORMAT_WAV

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_WAV "wav"

AGS_WAVE_EXPORT_DIALOG_FORMAT_FLAC

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_FLAC "flac"

AGS_WAVE_EXPORT_DIALOG_FORMAT_AIFF

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_AIFF "aiff"

AGS_WAVE_EXPORT_DIALOG_FORMAT_OGG

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_OGG "ogg"

AGS_WAVE_EXPORT_DIALOG_FORMAT_MP3

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_MP3 "mp3"

AGS_WAVE_EXPORT_DIALOG_FORMAT_AAC

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_AAC "aac"

AGS_WAVE_EXPORT_DIALOG_FORMAT_MP4

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_MP4 "mp4"

AGS_WAVE_EXPORT_DIALOG_FORMAT_MKV

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_MKV "mkv"

AGS_WAVE_EXPORT_DIALOG_FORMAT_WEBM

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_WEBM "webm"

AGS_WAVE_EXPORT_DIALOG_FORMAT_MPEG

#define AGS_WAVE_EXPORT_DIALOG_FORMAT_MPEG "mpg"