AgsCaptureWaveChannelRun

AgsCaptureWaveChannelRun — capture wave

Functions

Properties

guint64 x-offset Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallChannelRun
            ╰── AgsCaptureWaveChannelRun

Implemented Interfaces

AgsCaptureWaveChannelRun implements AgsConnectable, AgsPlugin and AgsSeekable.

Includes

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

Description

The AgsCaptureWaveChannelRun class capture wave.

Functions

ags_capture_wave_channel_run_new ()

AgsCaptureWaveChannelRun *
ags_capture_wave_channel_run_new (AgsChannel *source);

Create a new instance of AgsCaptureWaveChannelRun

Parameters

source

the AgsChannel

 

Returns

the new AgsCaptureWaveChannelRun

Since: 2.0.0


AGS_CAPTURE_WAVE_CHANNEL_RUN()

#define AGS_CAPTURE_WAVE_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CAPTURE_WAVE_CHANNEL_RUN, AgsCaptureWaveChannelRun))

AGS_CAPTURE_WAVE_CHANNEL_RUN_CLASS()

#define AGS_CAPTURE_WAVE_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CAPTURE_WAVE_CHANNEL_RUN, AgsCaptureWaveChannelRun))

AGS_CAPTURE_WAVE_CHANNEL_RUN_GET_CLASS()

#define AGS_CAPTURE_WAVE_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_CAPTURE_WAVE_CHANNEL_RUN, AgsCaptureWaveChannelRunClass))

AGS_IS_CAPTURE_WAVE_CHANNEL_RUN()

#define AGS_IS_CAPTURE_WAVE_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CAPTURE_WAVE_CHANNEL_RUN))

ags_capture_wave_channel_run_get_type ()

GType
ags_capture_wave_channel_run_get_type ();

Types and Values

AGS_TYPE_CAPTURE_WAVE_CHANNEL_RUN

#define AGS_TYPE_CAPTURE_WAVE_CHANNEL_RUN                (ags_capture_wave_channel_run_get_type())

struct AgsCaptureWaveChannelRun

struct AgsCaptureWaveChannelRun;

struct AgsCaptureWaveChannelRunClass

struct AgsCaptureWaveChannelRunClass {
  AgsRecallChannelRunClass recall_channel_run;
};

Property Details

The “x-offset” property

  “x-offset”                 guint64

The x offset.

Flags: Read / Write

Default value: 0

Since: 2.1.24