IXStudioPlayback::Pause Method

Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Pauses playback at the current position.

Syntax

public:
HRESULT Pause()  

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Remarks

To resume playback, call Resume.

Requirements

Header: Declared in xstudio.h.

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

See also

IXStudioPlayback::Resume Method