Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Starts playback.
public:
HRESULT Start(
bool startPaused
)
startPaused
Type: boolÂ
[in] Specify true to begin playback in the paused state, false to begin playback normally.
Type: HRESULTÂ
S_OK if successful; an error code otherwise.
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.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).