AgsExportOutput

AgsExportOutput — export output object

Functions

AgsExportOutput * ags_export_output_new ()

Includes

#include <ags/audio/task/ags_export_output.h>

Description

The AgsExportOutput task exports AgsDevout to file.

Functions

ags_export_output_new ()

AgsExportOutput *
ags_export_output_new (AgsExportThread *export_thread,
                       AgsDevout *devout,
                       gchar *filename,
                       guint tic,
                       gboolean live_performance);

Creates an AgsExportOutput.

Parameters

export_thread

the AgsExportThread to start

 

devout

the AgsDevout to export

 

filename

the filename to save

 

tic

stream duration in tact

 

live_performance

if TRUE export is done during real-time

 

Returns

an new AgsExportOutput.

Since 0.4

Types and Values