X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginserver.h;h=862e22eb41fe86ab388221c46cdad7428c3bfa12;hp=36447603bb0e1c0ad2f595d04e428be035e1a7f2;hb=9fed7535470aa37781733db836068da3b4c17a0d;hpb=47bf02b68d1ab0f1ca8a240750b451802ce12d31 diff --git a/cinelerra-5.1/cinelerra/pluginserver.h b/cinelerra-5.1/cinelerra/pluginserver.h index 36447603..862e22eb 100644 --- a/cinelerra-5.1/cinelerra/pluginserver.h +++ b/cinelerra-5.1/cinelerra/pluginserver.h @@ -150,6 +150,9 @@ public: int64_t position, int direction); // Get interpolation used by EDL int get_interpolation_type(); +// plugin position or -1 if no plugin + int64_t get_startproject(); + int64_t get_endproject(); // Get or create keyframe for writing, depending on whether auto keyframes // is enabled. Called by PluginClient::send_configure_change KeyFrame* get_keyframe();