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

com.aimmac23.node.ScreenshotSource Maven / Gradle / Ivy

There is a newer version: 2.9
Show newest version
package com.aimmac23.node;

import com.aimmac23.exception.MissingFrameException;
import com.sun.jna.Pointer;

public interface ScreenshotSource {
	
	void doStartupSanityChecks();
	
	int applyScreenshot(Pointer encoderContext) throws MissingFrameException;
	
	int getWidth();
	
	int getHeight();
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy