Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Sets the playback pause point.
public:
HRESULT SetPausePoint(
UINT64 tick
)
tick
Type: UINT64
[in] Tick count to set as the pause point. To clear the pause point, use XSTUDIO_TICK_INVALID.
Type: HRESULT
S_OK if successful; an error code otherwise.
The pause point is the tick position in the playback that, when reached, will cause playback to pause.
To pause playback at the current position instead, call Pause.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).