Microsoft DirectX 8.1 (C++) |
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. |
See Also