Collapse All
Parallels C API Reference Guide
PrlSrv_GetAudioOutputEncodingList Function
PrlApi.h PHT_SERVER

Returns currently supported audio output encodings both by server and client.

Syntax
PRL_RESULT PrlSrv_GetAudioOutputEncodingList(
    PRL_HANDLE hSrv, 
    PRL_IO_AUDIO_ENCODING_LIST_PTR pEncsOut
);
File
Parameters

pEncsOut
Audio encodings structure which is filled by this call.
hServer
A handle of type PHT_SERVER identifying the Parallels Service.
Returns

PRL_RESULT . Possible values:

PRL_ERR_SUCCESS - out list has been filled with supported audio encodings.

PRL_ERR_AUDIO_ENCODINGS_NOT_SUPPORTED - audio encodings are not supported on server, connection is local or remote connection does not exist anymore.

PRL_ERR_INVALID_ARG - pEncsOut pointer is wrong or hVm does not exist.

Remarks

If audio encodings are not supported on server connection is local or remote connection does not exist: PRL_ERR_FAILURE will be returned, PRL_ERR_SUCCESS otherwise.

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