Handbook
Glossary
gst_pad_pull_range ( pad offset size buffer -- GstFlowReturn )
Vocabulary
gstreamer
.
ffi
Inputs
pad
an
object
offset
an
object
size
an
object
buffer
an
object
Outputs
GstFlowReturn
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstFlowReturn
gst_pad_pull_range
( GstPad* pad,
guint64
offset,
guint
size, GstBuffer**
buffer )