Class

AgsAudioInput

[]

Description

class AgsAudio.Input : AgsAudio.Channel
  implements Ags.Connectable {
  file_link: GObject*,
  synth_generator: GList*
}

No description available.

[]

Implements

[]

Constructors

ags_input_new

Creates a AgsInput, linking tree to audio.

since: 3.0.0

[]

Instance methods

ags_input_add_synth_generator

Add synth_generator to input.

since: 3.0.0

ags_input_is_active

Check if input is active and needs processing.

since: 3.0.0

ags_input_next_active

Find next AgsInput needed to be processed.

since: 3.0.0

ags_input_open_file

Open filename and assign audio_channels data as AGS_AUDIO_SIGNAL_TEMPLATE audio signal to inputs own recycling.

since: 3.0.0

ags_input_remove_synth_generator

Remove synth_generator from input.

since: 3.0.0

Methods inherited from AgsChannel (100)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.Input:file-link

The file containing audio data.

since: 3.0.0

AgsAudio.Input:synth-generator

The synth generators assigned with this input.

since: 3.0.0

Properties inherited from AgsChannel (31)
[]

Signals

Signals inherited from AgsChannel (12)
Signals inherited from GObject (1)

Class structure