IXStudioPlayback::GetPausePoint Method

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.

Syntax

public:
UINT64 GetPausePoint()  

Return value

Type: UINT64 

Current pause point, in ticks. If no pause point has been set, returns XSTUDIO_TICK_INVALID.

Remarks

The pause point is the tick position in the playback that, when reached, will cause the playback to pause.

Requirements

Header: Declared in xstudio.h.

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

See also

IXStudioPlayback::SetPausePoint Method