| Top |
| #define | AGS_FX_BUFFER_CHANNEL_INPUT_DATA() |
| #define | AGS_FX_BUFFER_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX() |
| AgsFxBufferChannelInputData * | ags_fx_buffer_channel_input_data_alloc () |
| void | ags_fx_buffer_channel_input_data_free () |
| GRecMutex * | ags_fx_buffer_channel_input_data_get_strct_mutex () |
| gpointer | ags_fx_buffer_channel_input_get_parent () |
| gpointer | ags_fx_buffer_channel_input_get_destination () |
| AgsFxBufferChannelInputData * | ags_fx_buffer_channel_get_input_data () |
| AgsFxBufferChannel * | ags_fx_buffer_channel_new () |
| #define | AGS_FX_BUFFER_CHANNEL() |
| #define | AGS_FX_BUFFER_CHANNEL_CLASS() |
| #define | AGS_FX_BUFFER_CHANNEL_GET_CLASS() |
| #define | AGS_IS_FX_BUFFER_CHANNEL() |
| #define | AGS_IS_FX_BUFFER_CHANNEL_CLASS() |
| GType | ags_fx_buffer_channel_get_type () |
| struct | AgsFxBufferChannelInputData |
| #define | AGS_TYPE_FX_BUFFER_CHANNEL |
| struct | AgsFxBufferChannel |
| struct | AgsFxBufferChannelClass |
#define AGS_FX_BUFFER_CHANNEL_INPUT_DATA(ptr) ((AgsFxBufferChannelInputData *) (ptr))
#define AGS_FX_BUFFER_CHANNEL_INPUT_DATA_GET_STRCT_MUTEX(ptr) (&(((AgsFxBufferChannelInputData *)(ptr))->strct_mutex))
AgsFxBufferChannelInputData * ags_fx_buffer_channel_input_data_alloc ();
Allocate AgsFxBufferChannelInputData
Since: 3.3.0
void
ags_fx_buffer_channel_input_data_free (AgsFxBufferChannelInputData *input_data);
Free input_data
.
Since: 3.3.0
GRecMutex *
ags_fx_buffer_channel_input_data_get_strct_mutex
(AgsFxBufferChannelInputData *input_data);
Get structure mutex.
Since: 3.3.0
gpointer
ags_fx_buffer_channel_input_get_parent
(AgsFxBufferChannelInputData *input_data);
Get parent of input_data
.
Since: 3.3.0
gpointer
ags_fx_buffer_channel_input_get_destination
(AgsFxBufferChannelInputData *input_data);
Get destination of input_data
.
Since: 3.3.0
AgsFxBufferChannelInputData * ags_fx_buffer_channel_get_input_data (AgsFxBufferChannel *fx_buffer_channel,gint sound_scope);
Get input data from fx_buffer_channel
by sound_scope
.
Since: 3.3.0
AgsFxBufferChannel *
ags_fx_buffer_channel_new (AgsChannel *channel);
Create a new instance of AgsFxBufferChannel
Since: 3.3.0
#define AGS_FX_BUFFER_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FX_BUFFER_CHANNEL, AgsFxBufferChannel))
#define AGS_FX_BUFFER_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FX_BUFFER_CHANNEL, AgsFxBufferChannelClass))
#define AGS_FX_BUFFER_CHANNEL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FX_BUFFER_CHANNEL, AgsFxBufferChannelClass))
#define AGS_IS_FX_BUFFER_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FX_BUFFER_CHANNEL))
#define AGS_IS_FX_BUFFER_CHANNEL_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FX_BUFFER_CHANNEL))