Utils.GST_WRITE_FLOAT_BE

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

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

Parameters

data ubyte*

memory location

num float

value to store

Meta