Struct

AgsAudioFxLv2AudioScopeData

Description

struct AgsFxLv2AudioScopeData {
  GRecMutex strct_mutex;
  gpointer parent;
  guint audio_channels;
  AgsFxLv2AudioChannelData** channel_data;
}

No description available.

Structure members
strct_mutex

No description available.

parent

No description available.

audio_channels

No description available.

channel_data

No description available.

Functions

ags_fx_lv2_audio_scope_data_alloc

Allocate AgsFxLv2AudioScopeData-struct.

since: 3.3.0

Instance methods

ags_fx_lv2_audio_scope_data_free

Free scope_data.

since: 3.3.0