Microsoft DirectX 9.0

AMTimelineTrack.GetNextSrc2 Method

The GetNextSrc2 method searches the track for the next source that appears at the specified time or later.

Syntax

object.GetNextSrc2(
    ppSrc As AMTimelineObj,
    pInOut As Double
)

Parameters

ppSrc

The AMTimelineObj object that receives the source object.

pInOut

Start time for the search, in seconds. If the method retrieves a source, it sets this variable to the stop time of the source. If the method does not retrieve a source, the value becomes invalid and the application should not use it.

Error Codes

If the method fails, an error is raised.

Remarks

If the time specified by pInOut falls between the start and stop times of a source, the method retrieves that source.

See Also