Function

AgsAudioOscBufferUtilput_double

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_put_double (
  guchar* buffer,
  gdouble val
)

Description [src]

Put val to buffer.

Available since: 3.0.0

Parameters

buffer

Type: guchar*

The guchar buffer.

The data is owned by the caller of the function.
val

Type: gdouble

The double floating point value.