Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlSrv_GetAudioOutputEncodingList Function
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

PrlApiDeprecated.h

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