Microsoft DirectX 9.0

IAMTimelineSplittable::SplitAt2

The SplitAt2 method splits the object at the specified time. This method is equivalent to IAMTimelineSplittable::SplitAt, but takes a REFTIME value.

Syntax

HRESULT SplitAt2(
    REFTIME Time
);

Parameters

Time

Time at which to split the object, relative to the start of the timeline, in seconds.

Return Value

Returns an HRESULT value. Possible values include the following:

Value Description
S_FALSE Nothing to split.
S_OK Success.
E_INVALIDARG The object does not exist at this time.
E_OUTOFMEMORY Insufficient memory.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also