AgsRtStreamAudioSignal

AgsRtStreamAudioSignal — rt streams audio signal

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsRecall
        ╰── AgsRecallAudioSignal
            ╰── AgsRtStreamAudioSignal

Implemented Interfaces

AgsRtStreamAudioSignal implements AgsConnectable.

Includes

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

Description

The AgsRtStreamAudioSignal class streams the audio signal template.

Functions

ags_rt_stream_audio_signal_new ()

AgsRtStreamAudioSignal *
ags_rt_stream_audio_signal_new (AgsAudioSignal *source);

Create a new instance of AgsRtStreamAudioSignal

Parameters

source

the AgsAudioSignal

 

Returns

the new AgsRtStreamAudioSignal

Since: 3.0.0


AGS_IS_RT_STREAM_AUDIO_SIGNAL()

#define AGS_IS_RT_STREAM_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RT_STREAM_AUDIO_SIGNAL))

AGS_IS_RT_STREAM_AUDIO_SIGNAL_CLASS()

#define AGS_IS_RT_STREAM_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RT_STREAM_AUDIO_SIGNAL))

AGS_RT_STREAM_AUDIO_SIGNAL()

#define AGS_RT_STREAM_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RT_STREAM_AUDIO_SIGNAL, AgsRtStreamAudioSignal))

AGS_RT_STREAM_AUDIO_SIGNAL_CLASS()

#define AGS_RT_STREAM_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RT_STREAM_AUDIO_SIGNAL, AgsRtStreamAudioSignalClass))

AGS_RT_STREAM_AUDIO_SIGNAL_GET_CLASS()

#define AGS_RT_STREAM_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RT_STREAM_AUDIO_SIGNAL, AgsRtStreamAudioSignalClass))

ags_rt_stream_audio_signal_get_type ()

GType
ags_rt_stream_audio_signal_get_type ();

Types and Values

AGS_TYPE_RT_STREAM_AUDIO_SIGNAL

#define AGS_TYPE_RT_STREAM_AUDIO_SIGNAL                (ags_rt_stream_audio_signal_get_type())

struct AgsRtStreamAudioSignal

struct AgsRtStreamAudioSignal;

struct AgsRtStreamAudioSignalClass

struct AgsRtStreamAudioSignalClass {
  AgsRecallAudioSignalClass recall_audio_signal;
};