Utils.GST_READ_DOUBLE_BE

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

class Utils
static
double
GST_READ_DOUBLE_BE
(
ubyte* data
)

Parameters

data ubyte*

memory location

Return Value

Type: double

The double-precision floating point value read from data

Meta