Class

AgsAudioExportThread

[]

Description

class AgsAudio.ExportThread : Ags.Thread
  implements Ags.Connectable {
  flags: AgsExportThreadFlags,
  tic: guint,
  counter: guint,
  soundcard: GObject*,
  audio_file: AgsAudioFile*
}

No description available.

[]

Implements

[]

Constructors

ags_export_thread_new

Create a new instance of AgsExportThread.

since: 3.0.0

[]

Instance methods

ags_export_thread_find_soundcard
No description available.

since: 3.0.0

ags_export_thread_set_flags

Enable a feature of export_thread.

since: 4.4.1

ags_export_thread_test_flags

Test flags to be set on export_thread.

since: 4.4.1

ags_export_thread_unset_flags

Disable a feature of export_thread.

since: 4.4.1

Methods inherited from AgsThread (45)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.ExportThread:audio-file

The assigned AgsAudioFile.

since: 3.0.0

AgsAudio.ExportThread:soundcard

The assigned AgsSoundcard.

since: 3.0.0

AgsAudio.ExportThread:tic

The tic.

since: 3.0.0

Properties inherited from AgsThread (3)
[]

Signals

Signals inherited from AgsThread (4)
Signals inherited from GObject (1)

Class structure