Utils.GST_WRITE_FLOAT_LE

Store a 32 bit float value in little endian format into the memory buffer.

class Utils
static
void
GST_WRITE_FLOAT_LE
(
ubyte* data
,
float num
)

Parameters

data ubyte*

memory location

num float

value to store

Meta