krähemann.com

AgsPlayWaveAudio

AgsPlayWaveAudio — play audio wave

Properties

AgsPort * wave-loop Read / Write
AgsPort * wave-loop-end Read / Write
AgsPort * wave-loop-start Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudio
            ╰── AgsPlayWaveAudio

Implemented Interfaces

AgsPlayWaveAudio implements AgsConnectable.

Includes

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

Description

The AgsPlayWaveAudio class provides ports to the effect processor.

Functions

ags_play_wave_audio_new ()

AgsPlayWaveAudio *
ags_play_wave_audio_new (AgsAudio *audio);

Create a new instance of AgsPlayWaveAudio

Parameters

audio

the AgsAudio

 

Returns

the new AgsPlayWaveAudio

Since: 3.0.0


AGS_IS_PLAY_WAVE_AUDIO()

#define AGS_IS_PLAY_WAVE_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_WAVE_AUDIO))

AGS_PLAY_WAVE_AUDIO()

#define AGS_PLAY_WAVE_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_WAVE_AUDIO, AgsPlayWaveAudio))

AGS_PLAY_WAVE_AUDIO_CLASS()

#define AGS_PLAY_WAVE_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_WAVE_AUDIO, AgsPlayWaveAudio))

AGS_PLAY_WAVE_AUDIO_GET_CLASS()

#define AGS_PLAY_WAVE_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_WAVE_AUDIO, AgsPlayWaveAudioClass))

ags_play_wave_audio_get_type ()

GType
ags_play_wave_audio_get_type ();

Types and Values

AGS_TYPE_PLAY_WAVE_AUDIO

#define AGS_TYPE_PLAY_WAVE_AUDIO                (ags_play_wave_audio_get_type())

struct AgsPlayWaveAudio

struct AgsPlayWaveAudio;

struct AgsPlayWaveAudioClass

struct AgsPlayWaveAudioClass {
  AgsRecallAudioClass recall_audio;
};

Property Details

The “wave-loop” property

  “wave-loop”                AgsPort *

Count until loop-end and start at loop-start.

Owner: AgsPlayWaveAudio

Flags: Read / Write

Since: 3.0.0


The “wave-loop-end” property

  “wave-loop-end”            AgsPort *

The wave's loop-end.

Owner: AgsPlayWaveAudio

Flags: Read / Write

Since: 3.0.0


The “wave-loop-start” property

  “wave-loop-start”          AgsPort *

The wave's loop-start.

Owner: AgsPlayWaveAudio

Flags: Read / Write

Since: 3.0.0