copyVideoToCameraRoll(videoPath) js
Copy a video to the camera roll.
Utility methods for video files manipulation. Currently only supports moving a video file to the camera roll.
To use this module, add
Fuse.Controls.CameraView
to your package references in your.unoproj
.
<JavaScript>
var VideoTools = require("FuseJS/VideoTools");
VideoTools.copyVideoToCameraRoll(somePath);
</JavaScript>
Copy a video to the camera roll.
Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.