IXStudioPlayback::Resume Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Resumes playback.

Syntax

public:
HRESULT Resume()  

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Remarks

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.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).

See also

IXStudioPlayback::Pause Method