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

Audio support since 6.6 IO protocol version.

Syntax
struct _PRL_IO_AUDIO_ENCODING {
  PRL_UINT32 encodingType;
  PRL_UINT32 encodingQuality;
  PRL_UINT32 inout_bitRate;
  PRL_UINT32 inout_channelsNum;
  PRL_UINT32 inout_sampleRate;
  PRL_UINT32 inout_bitsPerChannel;
  PRL_UINT32 unused1;
  PRL_UINT32 unused2;
  PRL_UINT32 out_magicCookieSize;
  PRL_CHAR out_magicCookie[4];
};
File
Members

inout_bitRate
< if 0 in request - correct value should be choosen by Vm side
inout_channelsNum
< if 0 in request - correct value should be choosen by Vm side
inout_sampleRate
< if 0 in request - correct value should be choosen by Vm side
inout_bitsPerChannel
< if 0 in request - correct value should be choosen by Vm side
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!