I am using ddmlib of Android and there is this method (1). By that I can, obviously, start to record some video.
The question is, how do I stop the video from recording? There is not equivalent stop method.
Thanks!
I am using ddmlib of Android and there is this method (1). By that I can, obviously, start to record some video.
The question is, how do I stop the video from recording? There is not equivalent stop method.
Thanks!
I know I can stop it by IShellOutputReceiver. When I want to stop it, its "isCancelled()" method has to return true.