Mobile Device Management
 
Native SDK
knoxremotedesktop::DirtyRegion Class Reference

This structure provides the Dirty Region Information. More...

#include <RemoteDesktop.h>

List of all members.

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.

Detailed Description

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".

Since:
API level 3
MDM 2.1
Deprecated:
API level 35
Deprecated:
Knox 3.8

Member Data Documentation

Array of Rects of Dex screen.

Since:
API level 30
KNOX 3.4.1

Number of Dirty Rects in the Array for dex screen.

Since:
API level 30
KNOX 3.4.1

Array of Rects.

Since:
API level 3
MDM 2.1

Size of Array.

Since:
API level 3
MDM 2.1

Number of Dirty Rects in the Array.

Since:
API level 3
MDM 2.1

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations