Class

AgsAudioLinkChannel

[]

Description

class AgsAudio.LinkChannel : Ags.Task
{
  channel: AgsChannel*,
  link: AgsChannel*,
  error: GError*
}

No description available.

[]

Ancestors

[]

Constructors

ags_link_channel_new

Create a new instance of AgsLinkChannel.

since: 3.0.0

[]

Instance methods

Methods inherited from AgsTask (5)
Methods inherited from GObject (43)
[]

Properties

AgsAudio.LinkChannel:channel

The assigned AgsChannel.

since: 3.0.0

AgsAudio.LinkChannel:error

The assigned GError-struct.

since: 3.0.0

AgsAudio.LinkChannel:link

The assigned AgsChannel link.

since: 3.0.0

Properties inherited from AgsTask (1)
[]

Signals

Signals inherited from AgsTask (2)
Signals inherited from GObject (1)

Class structure