Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Resumes playback.
public:
HRESULT Resume()
Type: HRESULTÂ
S_OK if successful; an error code otherwise.
Resume resumes playback that was paused by Pause.
If playback is already started or resumed, Resume returns S_OK.
If the seek position was changed while playback was paused, Resume will resume playback at the new seek position.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).