Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the current pause point for the playback.
Note Currently this method always returns XSTUDIO_TICK_INVALID.
public:
UINT64 GetPausePoint()
Type: UINT64
Current pause point, in ticks. If no pause point has been set, returns XSTUDIO_TICK_INVALID.
The pause point is the tick position in the playback that, when reached, will cause the playback to pause.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).