AgsLinkChannel

AgsLinkChannel — link channel task

Functions

Properties

AgsChannel * channel Read / Write
gpointer error Read / Write
AgsChannel * link Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsLinkChannel

Includes

#include <ags/audio/task/ags_link_channel.h>

Description

The AgsLinkChannel task links AgsChannel.

Functions

ags_link_channel_new ()

AgsLinkChannel *
ags_link_channel_new (AgsChannel *channel,
                      AgsChannel *link);

Create a new instance of AgsLinkChannel.

Parameters

channel

the AgsChannel

 

link

the AgsChannel to be linked, may be NULL

 

Returns

the new AgsLinkChannel.

Since: 3.0.0


AGS_IS_LINK_CHANNEL()

#define AGS_IS_LINK_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LINK_CHANNEL))

AGS_IS_LINK_CHANNEL_CLASS()

#define AGS_IS_LINK_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LINK_CHANNEL))

AGS_LINK_CHANNEL()

#define AGS_LINK_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannel))

AGS_LINK_CHANNEL_CLASS()

#define AGS_LINK_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))

AGS_LINK_CHANNEL_GET_CLASS()

#define AGS_LINK_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))

ags_link_channel_get_type ()

GType
ags_link_channel_get_type ();

Types and Values

AGS_TYPE_LINK_CHANNEL

#define AGS_TYPE_LINK_CHANNEL                (ags_link_channel_get_type())

struct AgsLinkChannel

struct AgsLinkChannel;

struct AgsLinkChannelClass

struct AgsLinkChannelClass {
  AgsTaskClass task;
};

Property Details

The “channel” property

  “channel”                  AgsChannel *

The assigned AgsChannel

Owner: AgsLinkChannel

Flags: Read / Write

Since: 3.0.0


The “error” property

  “error”                    gpointer

The assigned GError

Owner: AgsLinkChannel

Flags: Read / Write

Since: 3.0.0


The “link” property

  “link”                     AgsChannel *

The assigned AgsChannel link

Owner: AgsLinkChannel

Flags: Read / Write

Since: 3.0.0