Handbook
Glossary
gst_collect_pads_collect_range ( collect_pads offset length -- GstFlowReturn )
Vocabulary
gstreamer
.
base
.
ffi
Inputs
collect_pads
an
object
offset
an
object
length
an
object
Outputs
GstFlowReturn
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gstreamer.ffi
;
IN:
gstreamer.base.ffi
LIBRARY:
gstreamer.base
FUNCTION:
GstFlowReturn
gst_collect_pads_collect_range
( GstCollectPads* collect_pads,
guint64
offset,
guint
length
)