Class

AgsAudioRecallChannel

[]

Description

class AgsAudio.RecallChannel : AgsAudio.Recall
  implements Ags.Connectable {
  recall_audio: AgsRecallAudio*,
  destination: AgsChannel*,
  source: AgsChannel*
}

No description available.

[]

Implements

[]

Constructors

ags_recall_channel_new

Creates an AgsRecallChannel.

since: 3.0.0

[]

Functions

ags_recall_channel_find_channel

Retrieve next recall assigned to channel.

since: 3.0.0

[]

Instance methods

ags_recall_channel_get_destination

Get destination.

since: 3.1.0

ags_recall_channel_get_source

Get source.

since: 3.1.0

ags_recall_channel_set_destination

Set destination.

since: 3.1.0

ags_recall_channel_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.RecallChannel:destination

The assigned destination channel.

since: 3.0.0

AgsAudio.RecallChannel:recall-audio

The associated recall within audio context.

since: 3.0.0

AgsAudio.RecallChannel:source

The assigned source channel.

since: 3.0.0

Properties inherited from AgsRecall (25)
[]

Signals

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

Class structure