Microsoft DirectX 9.0 |
The SpliceWithNext method joins this AMTimelineSrc object to another AMTimelineSrc object.
Syntax
object.SpliceWithNext(
pNext As AMTimelineObj
)
Parameters
pNext
AMTimelineObj object to join to the current source.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to one of the following values:
Value | Description |
E_INVALIDARG | Invalid argument. |
E_NOINTERFACE | Object specified by pNext parameter is not a source object. |
Remarks
As currently implemented, this method discards any effects on pNext.
For this method to succeed, pNext must be a match frame of the current source object:
See Also