Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_DISPLAY_BUFFER_FORMAT Enumeration
Other Structs

Format of display buffer

Syntax
enum _PRL_DISPLAY_BUFFER_FORMAT {
  PDBF_NO_CONVERSION = 0,
  PDBF_INDEX8 = 1,
  PDBF_RGB15 = 2,
  PDBF_RGB16 = 3,
  PDBF_RGB24 = 4,
  PDBF_BGR32 = 5,
  PDBF_RGB32 = 6,
  PDBF_YUV422x8 = 10,
  PDBF_YUV422x6 = 11,
  PDBF_YUV422x4 = 12,
  PDBF_YUV420 = 16
};
File

PrlEnums.h

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!