AgsPlayWaveChannelRun

AgsPlayWaveChannelRun — play wave

Functions

Properties

guint64 x-offset Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsPlayWaveChannelRun

Implemented Interfaces

AgsPlayWaveChannelRun implements AgsConnectable and AgsSeekable.

Includes

#include <ags/channel/recall/ags_play_wave_channel_run.h>

Description

The AgsPlayWaveChannelRun class play wave.

Functions

ags_play_wave_channel_run_new ()

AgsPlayWaveChannelRun *
ags_play_wave_channel_run_new (AgsChannel *source);

Create a new instance of AgsPlayWaveChannelRun

Parameters

source

the AgsChannel

 

Returns

the new AgsPlayWaveChannelRun

Since: 3.0.0


AGS_IS_PLAY_WAVE_CHANNEL_RUN()

#define AGS_IS_PLAY_WAVE_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_WAVE_CHANNEL_RUN))

AGS_IS_PLAY_WAVE_CHANNEL_RUN_CLASS()

#define AGS_IS_PLAY_WAVE_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_WAVE_CHANNEL_RUN))

AGS_PLAY_WAVE_CHANNEL_RUN()

#define AGS_PLAY_WAVE_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_WAVE_CHANNEL_RUN, AgsPlayWaveChannelRun))

AGS_PLAY_WAVE_CHANNEL_RUN_CLASS()

#define AGS_PLAY_WAVE_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_WAVE_CHANNEL_RUN, AgsPlayWaveChannelRun))

AGS_PLAY_WAVE_CHANNEL_RUN_GET_CLASS()

#define AGS_PLAY_WAVE_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_WAVE_CHANNEL_RUN, AgsPlayWaveChannelRunClass))

ags_play_wave_channel_run_get_type ()

GType
ags_play_wave_channel_run_get_type ();

Types and Values

AGS_TYPE_PLAY_WAVE_CHANNEL_RUN

#define AGS_TYPE_PLAY_WAVE_CHANNEL_RUN                (ags_play_wave_channel_run_get_type())

struct AgsPlayWaveChannelRun

struct AgsPlayWaveChannelRun;

struct AgsPlayWaveChannelRunClass

struct AgsPlayWaveChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};

Property Details

The “x-offset” property

  “x-offset”                 guint64

The x offset.

Owner: AgsPlayWaveChannelRun

Flags: Read / Write

Default value: 0

Since: 3.0.0