Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Gets the ticks for the in and out points, which allow you to define a subrange of the file to iterate/playback.
public:
HRESULT GetInOutPoints(
UINT64 *pInPoint,
UINT64 *pOutPoint
)
pInPoint
Type: UINT64 *
[out, optional] A pointer to the tick that defines the in point in the file.
pOutPoint
Type: UINT64 *
[out, optional] A pointer to 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).