Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_FX_ANALYSE_CHANNEL_INPUT_DATA() |
#define | AGS_FX_ANALYSE_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX() |
AgsFxAnalyseChannelInputData * | ags_fx_analyse_channel_input_data_alloc () |
void | ags_fx_analyse_channel_input_data_free () |
GRecMutex * | ags_fx_analyse_channel_input_data_get_strct_mutex () |
gpointer | ags_fx_analyse_channel_input_get_parent () |
gpointer | ags_fx_analyse_channel_input_get_in () |
gpointer | ags_fx_analyse_channel_input_get_out () |
AgsFxAnalyseChannelInputData * | ags_fx_analyse_channel_get_input_data () |
AgsFxAnalyseChannel * | ags_fx_analyse_channel_new () |
#define | AGS_FX_ANALYSE_CHANNEL() |
#define | AGS_FX_ANALYSE_CHANNEL_CLASS() |
#define | AGS_FX_ANALYSE_CHANNEL_GET_CLASS() |
#define | AGS_IS_FX_ANALYSE_CHANNEL() |
#define | AGS_IS_FX_ANALYSE_CHANNEL_CLASS() |
GType | ags_fx_analyse_channel_get_type () |
struct | AgsFxAnalyseChannelInputData |
#define | AGS_TYPE_FX_ANALYSE_CHANNEL |
struct | AgsFxAnalyseChannel |
struct | AgsFxAnalyseChannelClass |
#define AGS_FX_ANALYSE_CHANNEL_INPUT_DATA(ptr) ((AgsFxAnalyseChannelInputData *)(ptr))
#define AGS_FX_ANALYSE_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxAnalyseChannelInputData *)(ptr))->strct_mutex))
AgsFxAnalyseChannelInputData * ags_fx_analyse_channel_input_data_alloc ();
Allocate AgsFxAnalyseChannelInputData
Since: 3.3.0
void
ags_fx_analyse_channel_input_data_free
(AgsFxAnalyseChannelInputData *input_data
);
Free input_data
.
Since: 3.3.0
GRecMutex *
ags_fx_analyse_channel_input_data_get_strct_mutex
(AgsFxAnalyseChannelInputData *input_data
);
Get structure mutex.
Since: 3.3.0
gpointer
ags_fx_analyse_channel_input_get_parent
(AgsFxAnalyseChannelInputData *input_data
);
Get parent of input_data
.
Since: 3.3.0
gpointer
ags_fx_analyse_channel_input_get_in (AgsFxAnalyseChannelInputData *input_data
);
Get input of input_data
.
Since: 3.3.0
gpointer
ags_fx_analyse_channel_input_get_out (AgsFxAnalyseChannelInputData *input_data
);
Get output of input_data
.
Since: 3.3.0
AgsFxAnalyseChannelInputData * ags_fx_analyse_channel_get_input_data (AgsFxAnalyseChannel *fx_analyse_channel
,gint sound_scope
);
Get input data from fx_analyse_channel
by sound_scope
.
Since: 3.3.0
AgsFxAnalyseChannel *
ags_fx_analyse_channel_new (AgsChannel *channel
);
Create a new instance of AgsFxAnalyseChannel
Since: 3.3.0
#define AGS_FX_ANALYSE_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_ANALYSE_CHANNEL, AgsFxAnalyseChannel))
#define AGS_FX_ANALYSE_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_ANALYSE_CHANNEL, AgsFxAnalyseChannelClass))
#define AGS_FX_ANALYSE_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_ANALYSE_CHANNEL, AgsFxAnalyseChannelClass))
#define AGS_IS_FX_ANALYSE_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_ANALYSE_CHANNEL))
#define AGS_IS_FX_ANALYSE_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_ANALYSE_CHANNEL))