Top | ![]() |
![]() |
![]() |
![]() |
AgsAddAudioSignal * | ags_add_audio_signal_new () |
#define | AGS_ADD_AUDIO_SIGNAL() |
#define | AGS_ADD_AUDIO_SIGNAL_CLASS() |
#define | AGS_ADD_AUDIO_SIGNAL_GET_CLASS() |
#define | AGS_IS_ADD_AUDIO_SIGNAL() |
#define | AGS_IS_ADD_AUDIO_SIGNAL_CLASS() |
GType | ags_add_audio_signal_get_type () |
AgsAudioSignal * | audio-signal | Read / Write |
guint | audio-signal-flags | Read / Write |
AgsRecallID * | recall-id | Read / Write |
AgsRecycling * | recycling | Read / Write |
GObject * | soundcard | Read / Write |
#define | AGS_TYPE_ADD_AUDIO_SIGNAL |
struct | AgsAddAudioSignal |
struct | AgsAddAudioSignalClass |
AgsAddAudioSignal * ags_add_audio_signal_new (AgsRecycling *recycling
,AgsAudioSignal *audio_signal
,GObject *soundcard
,AgsRecallID *recall_id
,guint audio_signal_flags
);
Creates an AgsAddAudioSignal.
recycling |
the AgsRecycling |
|
audio_signal |
the AgsAudioSignal to add |
|
soundcard |
the GObject defaulting to |
|
recall_id |
the AgsRecallID, may be |
|
audio_signal_flags |
the flags to set |
Since: 0.4
#define AGS_ADD_AUDIO_SIGNAL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_AUDIO_SIGNAL, AgsAddAudioSignal))
#define AGS_ADD_AUDIO_SIGNAL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_AUDIO_SIGNAL, AgsAddAudioSignalClass))
#define AGS_ADD_AUDIO_SIGNAL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_AUDIO_SIGNAL, AgsAddAudioSignalClass))
#define AGS_IS_ADD_AUDIO_SIGNAL(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_AUDIO_SIGNAL))
#define AGS_IS_ADD_AUDIO_SIGNAL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_AUDIO_SIGNAL))
“audio-signal”
property“audio-signal” AgsAudioSignal *
The assigned AgsAudioSignal
Flags: Read / Write
Since: 0.7.117
“audio-signal-flags”
property“audio-signal-flags” guint
The audio signal's flags.
Flags: Read / Write
Default value: 0
Since: 0.7.117
“recall-id”
property“recall-id” AgsRecallID *
The assigned AgsRecallID
Flags: Read / Write
Since: 0.7.117
“recycling”
property“recycling” AgsRecycling *
The assigned AgsRecycling
Flags: Read / Write
Since: 0.7.117
“soundcard”
property“soundcard” GObject *
The assigned AgsSoundcard
Flags: Read / Write
Since: 0.7.117