Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PRL_VIDEO_RECEIVER_FRAME Structure
Other Structs
Syntax
struct PRL_VIDEO_RECEIVER_FRAME {
  PRL_UINT64 no;
  PRL_INT64 pts;
  PRL_DISPLAY_BUFFER_FORMAT format;
  PRL_UINT32 width;
  PRL_UINT32 height;
  PRL_UINT32 scale;
  PRL_UINT32 stride;
  PRL_UINT8 * data;
};
File

PrlApiVideoReceiver.h

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