Handbook
Glossary
gst_value_fraction_multiply ( product factor1 factor2 -- gboolean )
Vocabulary
gstreamer
.
ffi
Inputs
product
an
object
factor1
an
object
factor2
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
gboolean
gst_value_fraction_multiply
( GValue* product, GValue* factor1, GValue* factor2 )