AgsCaptureSoundAudioRun

AgsCaptureSoundAudioRun — capture sound

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioRun
            ╰── AgsCaptureSoundAudioRun

Implemented Interfaces

AgsCaptureSoundAudioRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.

Includes

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

Description

The AgsCaptureSoundAudioRun does capture sound.

Functions

ags_capture_sound_audio_run_new ()

AgsCaptureSoundAudioRun *
ags_capture_sound_audio_run_new ();

Creates an AgsCaptureSoundAudioRun

Returns

a new AgsCaptureSoundAudioRun

Since: 1.4.0


AGS_CAPTURE_SOUND_AUDIO_RUN()

#define AGS_CAPTURE_SOUND_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CAPTURE_SOUND_AUDIO_RUN, AgsCaptureSoundAudioRun))

AGS_CAPTURE_SOUND_AUDIO_RUN_CLASS()

#define AGS_CAPTURE_SOUND_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CAPTURE_SOUND_AUDIO_RUN, AgsCaptureSoundAudioRun))

AGS_CAPTURE_SOUND_AUDIO_RUN_GET_CLASS()

#define AGS_CAPTURE_SOUND_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_CAPTURE_SOUND_AUDIO_RUN, AgsCaptureSoundAudioRunClass))

AGS_IS_CAPTURE_SOUND_AUDIO_RUN()

#define AGS_IS_CAPTURE_SOUND_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CAPTURE_SOUND_AUDIO_RUN))

ags_capture_sound_audio_run_get_type ()

GType
ags_capture_sound_audio_run_get_type ();

Types and Values

AGS_TYPE_CAPTURE_SOUND_AUDIO_RUN

#define AGS_TYPE_CAPTURE_SOUND_AUDIO_RUN                (ags_capture_sound_audio_run_get_type())

struct AgsCaptureSoundAudioRun

struct AgsCaptureSoundAudioRun;

struct AgsCaptureSoundAudioRunClass

struct AgsCaptureSoundAudioRunClass {
  AgsRecallAudioRunClass recall_audio_run;
};