rustsynth-sys 0.5.6

Low level bindings to VapourSynth
Documentation
1
2
3
4
5
6
7
8
9
10
11
Loop
====

.. function::   Loop(vnode clip[, int times=0])
   :module: std

   Returns a clip with the frames or samples repeated over and over again. If *times* is
   less than 1 the clip will be repeated until the maximum clip length is
   reached, otherwise it will be repeated *times* times.

   In Python, std.Loop can also be invoked :ref:`using the multiplication operator <pythonreference>`.