Struct

AgsAudioFxBufferChannelInputData

Description

struct AgsFxBufferChannelInputData {
  GRecMutex strct_mutex;
  gpointer parent;
  GHashTable* destination;
  GHashTable* resample_cache;
}
No description available.
Structure members
strct_mutex
No description available.
parent
No description available.
destination
No description available.
resample_cache
No description available.

Functions

ags_fx_buffer_channel_input_data_alloc

Allocate AgsFxBufferChannelInputData-struct.

since: 3.3.0

ags_fx_buffer_channel_input_data_free

Free input_data.

since: 3.3.0

ags_fx_buffer_channel_input_data_get_strct_mutex

Get structure mutex.

since: 3.3.0