cwac-camera

Detect when video file has been really written?

限于喜欢 提交于 2019-12-11 01:34:34
问题 The cwac-camera library has event hooks that are called before a photo is saved: @Override public void saveImage(PictureTransaction xact, byte[] image) {} Have I just overlooked this or is there no sink which tells me when a video file has been saved? Some more background info: There are two ways to end a video. One is by calling .stopRecording(); the other is by configuring the recorder for a max duration/max filesize (in which case recording stops without the explicit call to stopRecording(