earliestMediaTime Property
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
Gets a value that indicates the earliest time for efficient seeking.
Syntax
HTML N/A Scripting [ vlatestMediaTime = ] object.earliestMediaTime
Possible Values
vlatestMediaTime Variant that receives the earliest efficient seek time. The property is read-only. The property has no default value.
Remarks
earliestMediaTime was introduced in Microsoft Internet Explorer 6.
This method is intended for seeking in media streams that might have excessive latency, such as streams sent over a network. The returned values indicate cached data that has already arrived, which can be easily seeked. It is assumed that seeking to values beyond these returned parameters can cause a delay, while the application waits for the data to arrive.
Applies To
t:ANIMATION, t:AUDIO, t:IMG, t:MEDIA, t:REF, t:VIDEO
See Also