Handbook
Glossary
gst_segment_to_position ( segment format running_time -- gint64 )
Vocabulary
gstreamer
.
ffi
Inputs
segment
an
object
format
an
object
running_time
an
object
Outputs
gint64
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
gint64
gst_segment_to_position
( GstSegment* segment,
GstFormat
format,
gint64
running_time
)