Function

AgsBufferUtilchar_buffer_to_float

since: 3.0.0

Declaration [src]

gfloat*
ags_buffer_util_char_buffer_to_float (
  guchar* cbuffer,
  guint buffer_size
)

Description [src]

Unpack cbuffer to a gfloat buffer.

Available since: 3.0.0

Parameters

cbuffer

Type: guchar*

The guchar buffer.

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

Type: guint

The buffer size.

Return value

Type: gfloat*

The gfloat buffer.

The caller of the function takes ownership of the data, and is responsible for freeing it.