IThinAbstractScraper is a base interface implemented by all scrapers. A scraper is a component that allows for capturing image data from a specific source. Currently there are tree scrapers implemented:
ThinScreenScraper
Allows for capturing desktop windows images. This is the standard scraper and is the one active in ThinVNC server. The capture is done on top window basis, allowing the filtering by top window handle or process id.
ThinBitmapScraper
This scraper allows you to publish images from bitmaps. You are responsible for updating the bitmap's content. The bitmap can be produced from a number of sources: like graphic report generation or a flash movie.
ThinWindowScraper
This scraper is much like the ThinScreenScraper, but it allows you to add non-top windows to be captured.
|