Bug 25791

Summary: HTMLMediaElement: implement 'startTime' attribute
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Eric Carlson
Reported 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.
Attachments
Eric Carlson
Comment 1 2009-05-14 10:52:55 PDT
Note You need to log in before you can comment on or make changes to this bug.