We have a plugin with imageviewercontrol with independent playback support.
When in playback mode , if we click playforward ,playreverse,playstop on control we get a callback to playbackmodechangehandler and we are performing some action. Now when playing if we scroll on timeline the video stops , control changes to stop and we get playstop command in callback.
Now when in independent playback if we click playforward ,playreverse,playstop on control we get a callback to playbackmodechangehandler and we are performing some action. Now when playing if we scroll on timeline the video stops and control changes to stop but we are not getting playstop command in callback.
We are sorry but many developers are out of office due to vacation. We will get back to you as soon as we have updates from them. Sorry for the inconvenience.
error CS0572: ‘PlaybackModeChangedEventHandler’: cannot reference a type through an expression; try ‘PlaybackController.PlaybackModeChangedEventHandler’ instead
1>ViewItemUserControl.cs(227,13,227,47): error CS0118: ‘PlaybackController.PlaybackModeChangedEventHandler’ is a type but is used like a variable
I am sorry but my previous comment from Milestone Development was wrong, they tested 2021 R1 which is new release. This is a new functionality, and it will be released on MIP SDK 2021 R1. Please keep eye on Milestone news and please wait for 2021 R1 release.
I’m not asking with respect to individual playback, normal playback in SC, can any plugin know the current status of playbackmode in sc like is it in play forward , play reverse or play stop
Unfortunately no, we don’t have such a get properties. Only the possibility is to use SmartClient.PlaybackIndication message for seeing the status as I mentioned in the previous answer.