Method

AgsAudioAudioset_input_sequencer

since: 3.0.0

Declaration [src]

void
ags_audio_set_input_sequencer (
  AgsAudio* audio,
  GObject* input_sequencer
)

Description [src]

Set the input sequencer object of audio.

Available since: 3.0.0

Parameters

input_sequencer

Type: GObject

The GObject implementing AgsSequencer.

The data is owned by the caller of the function.