Handbook
Glossary
gst_data_queue_new ( checkfull checkdata -- GstDataQueue* )
Vocabulary
gstreamer
.
base
.
ffi
Inputs
checkfull
an
object
checkdata
an
object
Outputs
GstDataQueue*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.base.ffi
LIBRARY:
gstreamer.base
FUNCTION:
GstDataQueue*
gst_data_queue_new
(
GstDataQueueCheckFullFunction
checkfull,
gpointer
checkdata )