Microsoft DirectX 9.0 |
The GetNextSrcEx method retrieves the next source after the specified source.
Syntax
object.GetNextSrcEx(
pLast As AMTimelineObj,
ppNext As AMTimelineObj
)
Parameters
pLast
The previous AMTimelineObj object, or Nothing to retrieve the first source in the track.
ppNext
The AMTimelineObj object that receives the next source.
Error Codes
If the method fails, an error is raised.
See Also