AgsExportThread

AgsExportThread — export thread

Functions

Includes

#include <ags/thread/ags_export_thread.h>

Description

The AgsExportThread acts as audio output thread to file.

Functions

AGS_EXPORT_THREAD_DEFAULT_JIFFIE

#define AGS_EXPORT_THREAD_DEFAULT_JIFFIE (48.0) // same as devout thread


AGS_EXPORT_THREAD_BUFFER_TIME

#define AGS_EXPORT_THREAD_BUFFER_TIME (1.0 / (AGS_DEVOUT_DEFAULT_FORMAT / 8))


ags_export_thread_new ()

AgsExportThread *
ags_export_thread_new (GObject *devout,
                       AgsAudioFile *audio_file);

Create a new AgsExportThread.

Parameters

audio_file

the output file

 

Returns

the new AgsExportThread

Since 0.4

Types and Values