Package-level declarations

Classes for recording the camera's output and saving it to video.

Types

Link copied to clipboard
class SurfaceRecorder(videoSettings: MiSnapSettings.Camera.VideoRecord, outputPath: String)

The SurfaceRecorder acts as an adapter between the Android camera and the SurfaceView that the preview will be displayed on. This allows it to record a video of the preview and save it to the file system.

Link copied to clipboard
class VideoWriter constructor(videoSettings: MiSnapSettings.Camera.VideoRecord, outputPath: String)

A one time use class for saving videos.