| Advanced Gtk+ Sequencer Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#include <ags/audio/task/ags_export_output.h> struct AgsExportOutput; struct AgsExportOutputClass; AgsExportOutput * ags_export_output_new (AgsExportThread *export_thread,AgsDevout *devout,,gchar *filename,guint tic);gboolean live_performance
struct AgsExportOutput {
AgsTask task;
AgsExportThread *export_thread;
AgsDevout *devout;
gchar *filename;
guint tic;
gboolean live_performance;
};
AgsExportOutput * ags_export_output_new (AgsExportThread *export_thread,AgsDevout *devout,,gchar *filename,guint tic);gboolean live_performance
Creates an AgsExportOutput.
|
the AgsExportThread to start |
|
the AgsDevout to export |
|
the filename to save |
|
stream duration in tact |
|
if TRUE |
Returns : |
an new AgsExportOutput. |
Since 0.4