ParsecClientPause
ParsecStatusParsecClientPause(Parsec *ps,boolpauseVideo,boolpauseAudio)
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
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | pauseVideo | true if video from the host should be paused, false to resume video output. |
in | pauseAudio | true 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.