| Top | 
Functions
| AgsExportOutput * | ags_export_output_new () | 
| #define | AGS_EXPORT_OUTPUT() | 
| #define | AGS_EXPORT_OUTPUT_CLASS() | 
| #define | AGS_EXPORT_OUTPUT_GET_CLASS() | 
| #define | AGS_IS_EXPORT_OUTPUT() | 
| #define | AGS_IS_EXPORT_OUTPUT_CLASS() | 
| 
 | 
ags_export_output_get_type () | 
Properties
| AgsExportThread * | export-thread | Read / Write | 
| 
 | 
filename | Read / Write | 
| format | Read / Write | |
| live-performance | Read / Write | |
| 
 | 
soundcard | Read / Write | 
| tic | Read / Write | 
Types and Values
| enum | AgsExportOutputFormat | 
| #define | AGS_TYPE_EXPORT_OUTPUT | 
| struct | AgsExportOutput | 
| struct | AgsExportOutputClass | 
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   | 
|
filename  | 
the filename to save  | 
|
tic  | 
stream duration in tact  | 
|
live_performance  | 
if   | 
Since: 
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))
Types and Values
Property Details
The “export-thread” property
“export-thread” AgsExportThread *
The assigned AgsExportThread
Owner: AgsExportOutput
Flags: Read / Write
Since: 
The “filename” property
“filename”gchar *
The assigned filename.
Owner: AgsExportOutput
Flags: Read / Write
Default value: NULL
Since: 
The “format” property
“format”guint 
Format to use.
Owner: AgsExportOutput
Flags: Read / Write
Default value: 0
Since: 
The “live-performance” property
“live-performance”gboolean 
Do output the audio export live.
Owner: AgsExportOutput
Flags: Read / Write
Default value: FALSE
Since: 
The “soundcard” property
“soundcard”GObject *
The assigned 
Owner: AgsExportOutput
Flags: Read / Write
Since: