Utils.GST_READ_DOUBLE_LE

Read a 64 bit double value in little endian format from the memory buffer.

class Utils
static
double
GST_READ_DOUBLE_LE
(
ubyte* data
)

Parameters

data ubyte*

memory location

Return Value

Type: double

The double-precision floating point value read from data

Meta