public static ByteBuffer getScaledScreen(int address, int bufferWidth, int height, int pixelFormat) { lock (screenScaleLock) { return(NativeUtils.getScaledScreen(address, bufferWidth, height, pixelFormat)); } }