Method
AgsAudioOscBufferUtilget_double
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_get_double (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gdouble* val
)
[−]
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. val
-
Type:
gdouble*
The return location of double floating point value.
The data is owned by the caller of the method.