PlaybackManager.MoveTo just get the start time of the retreive, how to get the end time?

Hi~

I can’t get the stop time through this method**(DriverFramework.PlaybackManager.MoveTo)**, only the start time, which will cause me to not be able to request the recording of the valid time period from the device. Is there any way to directly get the end time or calculate it?

I found a similar question on Developer Forum. Let me refer a comment from one of our developers:

As for the end time, there is no way to get it. If your device requires loading video in chunks or clips, your only choice I think is to cache an entire clip or chunk and just read from that cache when ReadData (and navigate) is called, then cache the next when you reach the end of your cache.

https://developer.milestonesys.com/s/question/0D53X00006dzufJSAQ/how-to-integrate-the-playback-module