krähemann.com

AgsPlayWaveAudioRun

AgsPlayWaveAudioRun — play wave

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ╰── AgsPlayWaveAudioRun

Implemented Interfaces

AgsPlayWaveAudioRun implements AgsConnectable.

Includes

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

Description

The AgsPlayWaveAudioRun class play wave.

Functions

ags_play_wave_audio_run_new ()

AgsPlayWaveAudioRun *
ags_play_wave_audio_run_new (AgsAudio *audio);

Create a new instance of AgsPlayWaveAudioRun

Parameters

audio

the AgsAudio

 

Returns

the new AgsPlayWaveAudioRun

Since: 3.0.0


AGS_IS_PLAY_WAVE_AUDIO_RUN()

#define AGS_IS_PLAY_WAVE_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_WAVE_AUDIO_RUN))

AGS_PLAY_WAVE_AUDIO_RUN()

#define AGS_PLAY_WAVE_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_WAVE_AUDIO_RUN, AgsPlayWaveAudioRun))

AGS_PLAY_WAVE_AUDIO_RUN_CLASS()

#define AGS_PLAY_WAVE_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_WAVE_AUDIO_RUN, AgsPlayWaveAudioRun))

AGS_PLAY_WAVE_AUDIO_RUN_GET_CLASS()

#define AGS_PLAY_WAVE_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_WAVE_AUDIO_RUN, AgsPlayWaveAudioRunClass))

ags_play_wave_audio_run_get_type ()

GType
ags_play_wave_audio_run_get_type ();

Types and Values

AGS_TYPE_PLAY_WAVE_AUDIO_RUN

#define AGS_TYPE_PLAY_WAVE_AUDIO_RUN                (ags_play_wave_audio_run_get_type())

struct AgsPlayWaveAudioRun

struct AgsPlayWaveAudioRun;

struct AgsPlayWaveAudioRunClass

struct AgsPlayWaveAudioRunClass {
  AgsRecallAudioRunClass recall_audio_run;
};