Bug 25791 - HTMLMediaElement: implement 'startTime' attribute
Summary: HTMLMediaElement: implement 'startTime' attribute
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 08:54 PDT by Eric Carlson
Modified: 2009-05-14 10:52 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2009-05-14 08:54:38 PDT
HTML5 spec recently added the 'startTime' attribute to the media element. It is defined as returning "...the earliest possible position, in seconds. This is the time for the start of the current clip." This is a value that only the media engine can know, so we only need to add the attribute to HTMLMediaElement and add methods to MediaPlayer and MediaPlayerPrivateInterface.
Comment 1 Eric Carlson 2009-05-14 10:52:55 PDT
http://trac.webkit.org/changeset/43715