IXStudioPlayback::Start Method

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

Syntax

public:
HRESULT Start(
         bool startPaused
)  

Parameters

startPaused
Type: bool 

[in] Specify true to begin playback in the paused state, false to begin playback normally.

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Remarks

Start can be called only when playback is in the stopped state.

Playback starts at the beginning of the data stream, or at a seek location set by Seek.

Note Currently, the startPaused parameter is ignored; playback will start unpaused.

Requirements

Header: Declared in xstudio.h.

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