| Top |
| AgsAudioFile * | audio-file | Read / Write |
| GObject * | soundcard | Read / Write |
| guint | tic | Read / Write |
AgsExportThread * ags_export_thread_find_soundcard (AgsExportThread *export_thread,GObject *soundcard);
Since: 3.0.0
AgsExportThread * ags_export_thread_new (GObject *soundcard,AgsAudioFile *audio_file);
Create a new instance of AgsExportThread.
Since: 3.0.0
#define AGS_EXPORT_THREAD_DEFAULT_JIFFIE (ceil(AGS_SOUNDCARD_DEFAULT_SAMPLERATE / AGS_SOUNDCARD_DEFAULT_BUFFER_SIZE) + AGS_SOUNDCARD_DEFAULT_OVERCLOCK) // same as soundcard thread
Enum values to control the behavior or indicate internal state of AgsExportThread by enable/disable as flags.
“audio-file” property“audio-file” AgsAudioFile *
The assigned AgsAudioFile.
Owner: AgsExportThread
Flags: Read / Write
Since: 3.0.0
“soundcard” property“soundcard” GObject *
The assigned AgsSoundcard.
Owner: AgsExportThread
Flags: Read / Write
Since: 3.0.0
“tic” property“tic” guint
The tic.
Owner: AgsExportThread
Flags: Read / Write
Default value: 0
Since: 3.0.0