| Top |
void ags_char_buffer_util_copy_s8_to_cbuffer (guchar *destination,guint word_size,guint dchannels,gint8 *source,guint schannels,guint frame_count,guint byte_order);
Copy gint8 to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_s16_to_cbuffer (guchar *destination,guint word_size,guint dchannels,gint16 *source,guint schannels,guint frame_count,guint byte_order);
Copy gint16 to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_s24_to_cbuffer (guchar *destination,guint word_size,guint dchannels,gint32 *source,guint schannels,guint frame_count,guint byte_order);
Copy gint32 to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_s32_to_cbuffer (guchar *destination,guint word_size,guint dchannels,gint32 *source,guint schannels,guint frame_count,guint byte_order);
Copy gint32 to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_s64_to_cbuffer (guchar *destination,guint word_size,guint dchannels,gint64 *source,guint schannels,guint frame_count,guint byte_order);
Copy gint64 to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_float_to_cbuffer (guchar *destination,guint word_size,guint dchannels,float *source,guint schannels,guint frame_count,guint byte_order);
Copy float to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_double_to_cbuffer (guchar *destination,guint word_size,guint dchannels,double *source,guint schannels,guint frame_count,guint byte_order);
Copy double to char buffer.
destination |
destination buffer |
|
word_size |
word size |
|
dchannels |
destination channels |
|
source |
source buffer |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_s8 (gint8 *destination,guint dchannels,guchar *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to gint8 buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_s16 (gint16 *destination,guint dchannels,guchar *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to gint16 buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_s24 (gint32 *destination,guint dchannels,guchar *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to gint32 buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_s32 (gint32 *destination,guint dchannels,guchar *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to gint32 buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_s64 (gint64 *destination,guint dchannels,guchar *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to gint64 buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_float (float *destination,guint dchannels,gint8 *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to float buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0
void ags_char_buffer_util_copy_cbuffer_to_double (double *destination,guint dchannels,guchar *source,guint word_size,guint schannels,guint frame_count,guint byte_order);
Copy char to double buffer.
destination |
destination buffer |
|
dchannels |
destination channels |
|
source |
source buffer |
|
word_size |
word size |
|
schannels |
source channels |
|
frame_count |
frame count |
|
byte_order |
the byte-order |
Since: 2.0.0