Cannot find the API for pause and resume of Playback on Android
Hi,
I recorded a video into a.bag and want to use Playback device to play, pause and resume the video on Android. However, as I cast the parent class from Device to Playback I cannot find the pause and resume method.
mDevice.as(Extension.PLAYBACK)
Thanks.
Yixun
-
Hi Yixun Liu Typically in the RealSense Android wrapper, pause and resume commands take the form of onPause and onResume instructions, as demonstrated in the section of the Playback Android example program highlighted at the link below.
These instructions do not seem to be exclusively related to playback though, and I could not find any references of playback-specific pause / resume commands for Android.
Please sign in to leave a comment.
Comments
2 comments