All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jnngl.totalcomputers.motion.MotionCapture Maven / Gradle / Ivy

There is a newer version: 0.10.2b
Show newest version
package com.jnngl.totalcomputers.motion;

import com.jnngl.totalcomputers.system.RequiresAPI;
import com.jnngl.totalcomputers.system.TotalOS;

@RequiresAPI(apiLevel = 3)
public interface MotionCapture {

    public MotionCapabilities getCapabilities();
    public boolean startCapture(MotionCaptureDesc desc, TotalOS os);
    public void forceStopCapture(TotalOS os);
    public boolean stopCapture(TotalOS os);
    public boolean isCapturing(TotalOS os);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy