Top |
gboolean | ags_export_thread_test_flags () |
void | ags_export_thread_set_flags () |
void | ags_export_thread_unset_flags () |
AgsExportThread * | ags_export_thread_find_soundcard () |
AgsExportThread * | ags_export_thread_new () |
AgsAudioFile * | audio-file | Read / Write |
GObject * | soundcard | Read / Write |
guint | tic | Read / Write |
gboolean ags_export_thread_test_flags (AgsExportThread *export_thread
,AgsExportThreadFlags flags
);
Test flags
to be set on export_thread
.
Since: 4.4.1
void ags_export_thread_set_flags (AgsExportThread *export_thread
,AgsExportThreadFlags flags
);
Enable a feature of export_thread
.
Since: 4.4.1
void ags_export_thread_unset_flags (AgsExportThread *export_thread
,AgsExportThreadFlags flags
);
Disable a feature of export_thread
.
Since: 4.4.1
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