Function
AgsBufferUtilchar_buffer_to_s24
since: 3.0.0
[−]
Declaration [src]
gint32*
ags_buffer_util_char_buffer_to_s24 (
guchar* cbuffer,
guint buffer_size
)
[−]
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: gint32*
The gint32 buffer.
The caller of the function takes ownership of the data, and is responsible for freeing it. |