]> git.sesse.net Git - mlt/blobdiff - src/mlt++/MltConsumer.cpp
Add mlt_consumer_position (Mlt::Consumer::position).
[mlt] / src / mlt++ / MltConsumer.cpp
index 69558f1c34b44a581744b204e3586bd26f96f90e..40f094a3fc7d9052cdd38b9d20dfdafd23625017 100644 (file)
@@ -135,3 +135,8 @@ int Consumer::run( )
        }
        return ret;
 }
+
+int Consumer::position( )
+{
+       return mlt_consumer_position( get_consumer() );
+}