Mobile Device Management
 
Native SDK
knoxremotedesktop::PixelFormatDetail Struct Reference

This structure provides the pixel format information in terms of actual component offsets. More...

#include <RemoteDesktop.h>

List of all members.

Public Attributes

int bpp
 Pixel Size in bits.
int redoffset
 Beginning of the red component.
int redlength
 Length of the red component in bits.
int greenoffset
 Beginning of the green component.
int greenlength
 Length of the green component in bits.
int blueoffset
 Beginning of the blue component.
int bluelength
 Length of the blue component in bits.
int alphaoffset
 Beginning of the alpha component.
int alphalength
 Length of the alpha component in bits.

Detailed Description

This structure provides the pixel format information in terms of actual component offsets.

PixelFormatDetail contains the information about the actual red, green, blue and alpha offset

positions and lengths.

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

Member Data Documentation

Length of the alpha component in bits.

Since:
API level 3
MDM 2.1

Beginning of the alpha component.

Since:
API level 3
MDM 2.1

Length of the blue component in bits.

Since:
API level 3
MDM 2.1

Beginning of the blue component.

Since:
API level 3
MDM 2.1

Pixel Size in bits.

Since:
API level 3
MDM 2.1

Length of the green component in bits.

Since:
API level 3
MDM 2.1

Beginning of the green component.

Since:
API level 3
MDM 2.1

Length of the red component in bits.

Since:
API level 3
MDM 2.1

Beginning of the red component.

Since:
API level 3
MDM 2.1

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