Method

AgsAudioAudioSignalset_output_soundcard

since: 3.0.0

Declaration [src]

void
ags_audio_signal_set_output_soundcard (
  AgsAudioSignal* audio_signal,
  GObject* output_soundcard
)

Description [src]

Set the output soundcard object of audio_signal.

Available since: 3.0.0

Parameters

output_soundcard

Type: GObject

The GObject implementing AgsSoundcard.

The data is owned by the caller of the function.