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 "\android-ndk-r6\platforms\ android-9\arch-x86\usr\include\android\rect.h".
API level 35
Knox 3.8
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.