IXStudioFileIterator::GetInOutPoints Method

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.

Syntax

public:
HRESULT GetInOutPoints(
         UINT64 *pInPoint,
         UINT64 *pOutPoint
)  

Parameters

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.

Return value

Type: HRESULT 

S_OK if successful; an error code otherwise.

Requirements

Header: Declared in xstudio.h.

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