Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDevAudio_StopOutputStream Function
Audio Playback

Stops audio output stream.

Syntax
PRL_RESULT PrlDevAudio_StopOutputStream(
    PRL_HANDLE hVm
);
File

PrlApiDeprecated.h

Parameters

hVm
A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_SUCCESS - audio output stream was stopped. 

PRL_ERR_INVALID_ARG - Vm handle is incorrect. 

PRL_ERR_UNINITIALIZED - there is no any valid connection to Vm or audio output stream was never started. 

PRL_ERR_AUDIO_ENCODINGS_NOT_SUPPORTED - audio encodings are not supported on the server. 

Links
© 2021 Parallels International GmbH. All rights reserved.