AgsPlayChannelRun

AgsPlayChannelRun — plays channel

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsPlayChannelRun

Implemented Interfaces

AgsPlayChannelRun implements AgsConnectable.

Includes

#include <ags/audio/recall/ags_play_channel_run.h>

Description

The AgsPlayChannelRun class plays the channel.

Functions

ags_play_channel_run_test_flags ()

gboolean
ags_play_channel_run_test_flags (AgsPlayChannelRun *play_channel_run,
                                 guint flags);

Test flags to be set on play_channel_run .

Parameters

play_channel_run

the AgsPlayChannelRun

 

flags

the flags

 

Returns

TRUE if flags are set, else FALSE

Since: 3.0.0


ags_play_channel_run_set_flags ()

void
ags_play_channel_run_set_flags (AgsPlayChannelRun *play_channel_run,
                                guint flags);

Set flags.

Parameters

play_channel_run

the AgsPlayChannelRun

 

flags

the flags

 

Since: 3.0.0


ags_play_channel_run_unset_flags ()

void
ags_play_channel_run_unset_flags (AgsPlayChannelRun *play_channel_run,
                                  guint flags);

Unset flags.

Parameters

play_channel_run

the AgsPlayChannelRun

 

flags

the flags

 

Since: 3.0.0


ags_play_channel_run_new ()

AgsPlayChannelRun *
ags_play_channel_run_new (AgsChannel *source,
                          GObject *stream_channel_run);

Create a new instance of AgsPlayChannelRun

Parameters

source

the AgsChannel

 

stream_channel_run

the AgsStreamChannelRun dependency

 

Returns

the new AgsPlayChannelRun

Since: 3.0.0


AGS_IS_PLAY_CHANNEL_RUN()

#define AGS_IS_PLAY_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAY_CHANNEL_RUN))

AGS_IS_PLAY_CHANNEL_RUN_CLASS()

#define AGS_IS_PLAY_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLAY_CHANNEL_RUN))

AGS_PLAY_CHANNEL_RUN()

#define AGS_PLAY_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRun))

AGS_PLAY_CHANNEL_RUN_CLASS()

#define AGS_PLAY_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRunClass))

AGS_PLAY_CHANNEL_RUN_GET_CLASS()

#define AGS_PLAY_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRunClass))

ags_play_channel_run_get_type ()

GType
ags_play_channel_run_get_type ();

Types and Values

enum AgsPlayChannelRunFlags

Enum values to control the behavior or indicate internal state of AgsPlayChannelRun by enable/disable as flags.

Members

AGS_PLAY_CHANNEL_RUN_TERMINATING

recall is terminating

 

AGS_PLAY_CHANNEL_RUN_INITIAL_RUN

recall does initial run

 

AGS_TYPE_PLAY_CHANNEL_RUN

#define AGS_TYPE_PLAY_CHANNEL_RUN                (ags_play_channel_run_get_type())

struct AgsPlayChannelRun

struct AgsPlayChannelRun;

struct AgsPlayChannelRunClass

struct AgsPlayChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};

Property Details

The “stream-channel-run” property

  “stream-channel-run”       AgsStreamChannelRun *

The stream channel run dependency.

Owner: AgsPlayChannelRun

Flags: Read / Write

Since: 3.0.0