This structure provides the Dirty Region Information. More...
#include <RemoteDesktop.h>
Public Attributes | |
ARect * | dirtyRects |
Array of Rects. | |
int | numRects |
Number of Dirty Rects in the Array. | |
int | maxRects |
Size of Array. | |
ARect * | dexDirtyRects |
Array of Rects of Dex screen. | |
int | dexNumRects |
Number of Dirty Rects in the Array for dex screen. |
This structure provides the Dirty Region Information.
DirtyRegion contains the changed screen region in the captured frame.
This is an array of ARect where each ARect includes {left, top, right, bottom}
which is defined by Android NDK header file "-ndk-r6\
android-9\arch-x86\usr\include\android\rect.h".
Array of Rects of Dex screen.
Number of Dirty Rects in the Array for dex screen.
Array of Rects.
Size of Array.
Number of Dirty Rects in the Array.