Function

AgsAudioOscBufferUtilget_float

since: 3.0.0

Declaration [src]

void
ags_osc_buffer_util_get_float (
  guchar* buffer,
  gfloat* val
)

Description [src]

Get val from 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: gfloat*

The float value.

The data is owned by the caller of the function.