Handbook
Glossary
gst_byte_writer_new_with_data ( data size initialized -- GstByteWriter* )
Vocabulary
gstreamer
.
base
.
ffi
Inputs
data
an
object
size
an
object
initialized
an
object
Outputs
GstByteWriter*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.base.ffi
LIBRARY:
gstreamer.base
FUNCTION:
GstByteWriter*
gst_byte_writer_new_with_data
(
guint8
data,
guint
size,
gboolean
initialized )