Utils.GST_READ_FLOAT_BE

Read a 32 bit float value in big endian format from the memory buffer.

class Utils
static
float
GST_READ_FLOAT_BE
(
ubyte* data
)

Parameters

data ubyte*

memory location

Return Value

Type: float

The floating point value read from data

Meta