Collapse All
Parallels C API Reference Guide
_PRL_DISPLAY_BUFFER_FORMAT Enumeration
PrlEnums.h 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
};
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!