Advanced Gtk+ Sequencer Reference Manual | ||||
---|---|---|---|---|
Top | Description |
#include <ags/thread/ags_export_thread.h> #define AGS_EXPORT_THREAD_BUFFER_TIME #define AGS_EXPORT_THREAD_DEFAULT_JIFFIE struct AgsExportThread; struct AgsExportThreadClass; AgsExportThread * ags_export_thread_new (,
GObject *devoutAgsAudioFile *audio_file
);
#define AGS_EXPORT_THREAD_BUFFER_TIME (1.0 / (AGS_DEVOUT_DEFAULT_FORMAT / 8))
#define AGS_EXPORT_THREAD_DEFAULT_JIFFIE (48.0) // same as devout thread
struct AgsExportThread { AgsThread thread; guint flags; guint tic; guint counter; AgsAudioFile *audio_file; };
AgsExportThread * ags_export_thread_new (,
GObject *devoutAgsAudioFile *audio_file
);
Create a new AgsExportThread.
|
the |
|
the output file |
Returns : |
the new AgsExportThread |
Since 0.4