AgsExportOutput

AgsExportOutput — export output object

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsExportOutput

Implemented Interfaces

AgsExportOutput implements AgsConnectable.

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: 0.4


AGS_EXPORT_OUTPUT()

#define AGS_EXPORT_OUTPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutput))


AGS_EXPORT_OUTPUT_CLASS()

#define AGS_EXPORT_OUTPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutputClass))


AGS_EXPORT_OUTPUT_GET_CLASS()

#define AGS_EXPORT_OUTPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutputClass))


AGS_IS_EXPORT_OUTPUT()

#define AGS_IS_EXPORT_OUTPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPORT_OUTPUT))


AGS_IS_EXPORT_OUTPUT_CLASS()

#define AGS_IS_EXPORT_OUTPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPORT_OUTPUT))


ags_export_output_get_type ()

GType
ags_export_output_get_type ();

Types and Values

AGS_TYPE_EXPORT_OUTPUT

#define AGS_TYPE_EXPORT_OUTPUT                (ags_export_output_get_type())


struct AgsExportOutput

struct AgsExportOutput;


struct AgsExportOutputClass

struct AgsExportOutputClass {
  AgsTaskClass task;
};