Method
AgsAudioOscBufferUtilget_int64
since: 3.0.0
[−]
Declaration [src]
void
ags_osc_buffer_util_get_int64 (
AgsOscBufferUtil* osc_buffer_util,
guchar* buffer,
gint64* val
)
[−]
Parameters
buffer
-
Type:
guchar*
The guchar buffer.
The data is owned by the caller of the method. val
-
Type:
gint64*
The return location of 64 bit integer.
The data is owned by the caller of the method.