Class

AgsAudioRecallChannelRun

[]

Description

class AgsAudio.RecallChannelRun : AgsAudio.Recall
  implements Ags.Connectable {
  recall_audio: AgsRecallAudio*,
  recall_audio_run: AgsRecallAudioRun*,
  recall_channel: AgsRecallChannel*,
  destination: AgsChannel*,
  source: AgsChannel*
}

No description available.

[]

Implements

[]

Constructors

ags_recall_channel_run_new

Creates an AgsRecallChannelRun.

since: 3.0.0

[]

Instance methods

ags_recall_channel_run_get_destination

Get destination.

since: 3.1.0

ags_recall_channel_run_get_recall_audio

Get recall audio.

since: 3.1.0

ags_recall_channel_run_get_recall_audio_run

Get recall audio.

since: 3.1.0

ags_recall_channel_run_get_recall_channel

Get recall audio.

since: 3.1.0

ags_recall_channel_run_get_source

Get source.

since: 3.1.0

ags_recall_channel_run_set_destination

Set destination.

since: 3.1.0

ags_recall_channel_run_set_recall_audio

Set recall audio.

since: 3.1.0

ags_recall_channel_run_set_recall_audio_run

Set recall audio.

since: 3.1.0

ags_recall_channel_run_set_recall_channel

Set recall audio.

since: 3.1.0

ags_recall_channel_run_set_source

Set source.

since: 3.1.0

Methods inherited from AgsRecall (85)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.RecallChannelRun:destination

The channel to do output to.

since: 3.0.0

AgsAudio.RecallChannelRun:recall-audio

The audio context of this recall.

since: 3.0.0

AgsAudio.RecallChannelRun:recall-audio-run

The audio run context of this recall.

since: 3.0.0

AgsAudio.RecallChannelRun:recall-channel

The channel context of this recall.

since: 3.0.0

AgsAudio.RecallChannelRun:source

The channel to do input from.

since: 3.0.0

Properties inherited from AgsRecall (25)
[]

Signals

Signals inherited from AgsRecall (21)
Signals inherited from GObject (1)

Class structure