Handbook
Glossary
gst_clock_new_periodic_id ( clock start_time interval -- GstClockID )
Vocabulary
gstreamer
.
ffi
Inputs
clock
an
object
start_time
an
object
interval
an
object
Outputs
GstClockID
an
object
Definition
USING:
alien.syntax
;
IN:
gstreamer.ffi
LIBRARY:
gstreamer
FUNCTION:
GstClockID
gst_clock_new_periodic_id
( GstClock* clock,
GstClockTime
start_time,
GstClockTime
interval )