Re: Accessing and displaying frames in custom view in FxPlug 4
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=fJwUkTkc/9MFMpkaJ51Crphcbbbttc9bPWHa53tZe TY=; b=MxXZGuXyS2WfzJ59+GlsWDaWbbKe3xVmUlvhrhVAPbfLIpSBrRD8CP5j0 aQN67jG3SGNeMQ06WBrh+wqlu24WO3tV0yGvD/atOB2yP2oi3QxRc2cOvD7wcPGw gg+ZmFG6gnyQN1x5ytUugoQjkf7nvCANqEmrcpB2KmT6cTHcgULrI90aZg3XVh06 yrda8ha9iWR7jr/DghtCiA6juEh602sjPRRH17U0S4e8YMDN7rCcWJUl4ChI8O24 dXsWh3vkp1HVqWRslcoO8BgGy2+7vIZEmYFmh7C0U11Agd+vJaGH/OtsSCVEEb7e fHUFhBsOtVtQjrRGPtjHVwlncdcxA== User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 Hi Darrin, Is there a chance of such API being re-implemented in the next versions? Best regards, Sergey On 20/05/2020 7:07 am, Darrin Cardani wrote: We don’t yet have a shipping solution for this use case at this time. Darrin On May 17, 2020, at 7:44 PM, Sergey via Pro-apps-dev <pro-apps-dev@lists.apple.com> wrote: Good day pro-apps-dev, In previous versions of FxPlug our plugin relied on FxTemporalImageAPI to get series of frames around current time position to display (and process) in our custom dialog (triggered by a Push Button). We need to retrieve 7 consecutive frames before and after the current one. Now that FxTemporalImageAPI is gone how the same can be achieved? Best regards, Sergey _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com This email sent to dcardani@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com For now the only option I see is to split the setup process into two phases: to create a kind of "Prepare" button that will trigger a hidden parameter change and re-render, then inside the render the frames would be cached and finally yet another button to open the actual dialog with the frames cached on previous step. This can be implemented, but it looks like a regression compared to FxPlug 2.x.
participants (1)
-
Sergey via Pro-apps-dev