ITIMEPlayItem::dur Property
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
Gets the playing-time length of the current playList or playItem, if the length is known.
Syntax
HRESULT ITIMEPlayItem::get_dur(double *dur);
Parameters
- dur
Pointer to a variable of type double that receives the playing duration, if it is known. Otherwise, -1 is returned.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also