Collapse All
Parallels Virtualization SDK
_PRL_IO_AUDIO_ENCODING Structure
PRL_IO__

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

PrlIOStructs.h

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-2017 Parallels International GmbH. All rights reserved.