Collapse All
Parallels C API Reference Guide
_PRL_IO_AUDIO_DATA Structure
PrlIoStructs.h Other Structs

Audio support since 6.6 IO protocol version.

Syntax
struct _PRL_IO_AUDIO_DATA {
  PRL_UINT64 framesCounter;
  PRL_UINT16 framesNum;
  PRL_UINT16* frameSize;
  PRL_VOID* frameData;
};
File
Notes

this struct is visible only on client side and nobody sends/reads it from network.

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