Microsoft DirectX 9.0 |
The GetVTrack method retrieves the virtual track at the specified priority.
Syntax
object.GetVTrack(
ppVirtualTrack As AMTimelineObj,
Which As Long
)
Parameters
ppVirtualTrack
AMTimelineObj object that receives the virtual track.
Which
Priority of the virtual track to retrieve.
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 | No virtual track with the specified priority. |
See Also