mediaDur property
Obsolete. Retrieves the duration of the element's media file.
Syntax
HRESULT value = object.get_mediaDur(double* dur);
Property values
Type: double
the media file's duration, in seconds.
Remarks
This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).
Custom media players for HTML+TIME are no longer supported as of Windows Internet Explorer 7.