This document is archived and information here might be outdated. Recommended version. |
Returns the start and end times of a given track.
[Visual Basic .NET] Public Sub QueryTrackTimeExtent ( _ ByVal trackId As String, _ ByRef startTime As ITime, _ ByRef endTime As ITime _ )
[C#] public void QueryTrackTimeExtent ( string trackId, ref ITime startTime, ref ITime endTime );
[C++]
HRESULT QueryTrackTimeExtent(
BSTR trackId,
ITime** startTime,
ITime** endTime
);
[C++]
Parameters trackId [in]
trackId is a parameter of type BSTR startTime [out]
startTime is a parameter of type ITime** endTime [out]
endTime is a parameter of type ITime**