I want to add pause and replay function in openRTSP. I think I can user <br> <br>RTSPClient::pauseMediaSession(MediaSession&amp; session)<br>&amp;<br>Boolean RTSPClient::playMediaSession(MediaSession&amp; session, double start, double end, float scale)<br>
 <br>to realize this function. But I have to get the time when it pause ,so that I can use it as the parameter &quot;double start&quot; in playMediaSession.<br> <br>Now my question is: how can I get the time when it pause.<br>
 <br>Thank you.