AgsExportOutput

AgsExportOutput — export output task

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Includes

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

Description

The AgsExportOutput task exports GObject to file.

Functions

ags_export_output_new ()

AgsExportOutput *
ags_export_output_new (AgsExportThread *export_thread,
                       GObject *soundcard,
                       gchar *filename,
                       guint tic,
                       gboolean live_performance);

Creates an AgsExportOutput.

Parameters

export_thread

the AgsExportThread to start

 

soundcard

the GObject 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: 3.0.0

Types and Values

enum AgsExportOutputFormat

Enum values to control output format of AgsExportOutput.

Members

AGS_EXPORT_OUTPUT_FORMAT_WAV

use WAV format

 

AGS_EXPORT_OUTPUT_FORMAT_OGG

use OGG format

 

AGS_EXPORT_OUTPUT_FORMAT_FLAC

use FLAC format

 

AGS_EXPORT_OUTPUT_FORMAT_AIFF

use AIFF format