Parsec

ParsecClientPause

ParsecStatusParsecClientPause(Parsec *
ps,
bool
pauseVideo,
bool
pauseAudio
)

Pause video and/or audio output from the host.

Useful if your application enters a background state or temporarily wants to save resources by pausing the processing of video and/or audio.

Parameters

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
inpauseVideotrue if video from the host should be paused, false to resume video output.
inpauseAudiotrue if audio from the host should be paused, false to resume audio output.

Returns

PARSEC_OK if the pause message was sent successfully, otherwise a ParsecStatus error value.