Top | ![]() |
![]() |
![]() |
![]() |
AgsVolumeAudioSignal * | ags_volume_audio_signal_new () |
#define | AGS_IS_VOLUME_AUDIO_SIGNAL() |
#define | AGS_IS_VOLUME_AUDIO_SIGNAL_CLASS() |
#define | AGS_VOLUME_AUDIO_SIGNAL() |
#define | AGS_VOLUME_AUDIO_SIGNAL_CLASS() |
#define | AGS_VOLUME_AUDIO_SIGNAL_GET_CLASS() |
GType | ags_volume_audio_signal_get_type () |
#define | AGS_TYPE_VOLUME_AUDIO_SIGNAL |
struct | AgsVolumeAudioSignal |
struct | AgsVolumeAudioSignalClass |
AgsVolumeAudioSignal implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsVolumeAudioSignal *
ags_volume_audio_signal_new (AgsAudioSignal *audio_signal
);
Creates an AgsVolumeAudioSignal
Since: 0.4
#define AGS_IS_VOLUME_AUDIO_SIGNAL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VOLUME_AUDIO_SIGNAL))
#define AGS_IS_VOLUME_AUDIO_SIGNAL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VOLUME_AUDIO_SIGNAL))
#define AGS_VOLUME_AUDIO_SIGNAL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VOLUME_AUDIO_SIGNAL, AgsVolumeAudioSignal))
#define AGS_VOLUME_AUDIO_SIGNAL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VOLUME_AUDIO_SIGNAL, AgsVolumeAudioSignalClass))
#define AGS_VOLUME_AUDIO_SIGNAL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_VOLUME_AUDIO_SIGNAL, AgsVolumeAudioSignalClass))