Struct

AgsAudio_PortValue

Description

union _AgsPortValue {
  gboolean ags_port_boolean;
  gint64 ags_port_int;
  guint64 ags_port_uint;
  gfloat ags_port_float;
  LADSPA_Data ags_port_ladspa;
  gdouble ags_port_double;
  AgsComplex ags_port_complex;
  gchar* ags_port_string;
  gboolean* ags_port_boolean_ptr;
  gint64* ags_port_int_ptr;
  guint64* ags_port_uint_ptr;
  gfloat* ags_port_float_ptr;
  gdouble* ags_port_double_ptr;
  AgsComplex* ags_port_complex_ptr;
  gpointer ags_port_pointer;
  GObject* ags_port_object;
}

No description available.

Structure members
ags_port_boolean

No description available.

ags_port_int

No description available.

ags_port_uint

No description available.

ags_port_float

No description available.

ags_port_ladspa

No description available.

ags_port_double

No description available.

ags_port_complex

No description available.

ags_port_string

No description available.

ags_port_boolean_ptr

No description available.

ags_port_int_ptr

No description available.

ags_port_uint_ptr

No description available.

ags_port_float_ptr

No description available.

ags_port_double_ptr

No description available.

ags_port_complex_ptr

No description available.

ags_port_pointer

No description available.

ags_port_object

No description available.