Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Sets the ticks for the in and out points, which allow you to define a subrange of the file to iterate/playback.
public:
HRESULT SetInOutPoints(
UINT64 inPoint,
UINT64 outPoint
)
inPoint
Type: UINT64
The tick that defines the in point in the file.
outPoint
Type: UINT64
The tick that defines the out point in the file.
Type: HRESULT
S_OK if successful; an error code otherwise.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).