ITIMEMediaPlayer::clipDur Property | Internet Development Index | 
Outputs the effective media duration.
Syntax
HRESULT ITIMEMediaPlayer::get_clipDur(double *dur);
Parameters
- dur
 - Pointer to a variable of type double that receives the media duration.
 
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).