gstfloatcast

gstfloatcast

Functions

#define gst_cast_double()
#define gst_cast_float()

Includes

#include <gst/floatcast/floatcast.h>

Description

Functions

gst_cast_double()

        #define gst_cast_double(x)      ((gint)lrint(x))

gst_cast_float()

        #define gst_cast_float(x)       ((gint)lrintf(x))

Types and Values