Microsoft DirectX 9.0 |
The GetNextVTrack method retrieves the next virtual track after a specified virtual track.
Syntax
object.GetNextVTrack(
pVirtualTrack As AMTimelineObj,
ppNextVirtualTrack As AMTimelineObj
)
Parameters
pVirtualTrack
AMTimelineObj object that specifies the previous virtual track, or Nothing to retrieve the first virtual track in the composition.
ppNextVirtualTrack
AMTimelineObj object that receives the next virtual track, in order of priority.
Error Codes
If the method fails, an error is raised.
See Also