Skip to content

Commit

Permalink
[gow] (2) Define that the timeline for videos and audio is linear.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3198 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2009
1 parent d55d166 commit e73b28b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index
Expand Up @@ -21570,6 +21570,18 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
the past 15 to 250ms, then the user agent must <a href=#queue-a-task>queue a
task</a> to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-timeupdate><a href=#event-timeupdate>timeupdate</a></code> at the element.</p>

<p>User agents must act as if the timeline of the <a href=#media-resource>media
resource</a> increases linearly starting from the <a href=#earliest-possible-position>earliest
possible position</a>, even if the underling <a href=#media-data>media
data</a> has out-of-order or even overlapping time codes.</p>

<p class=example>For example, if two clips have been concatenated
into one video file, but the video format exposes the original times
for the two clips, the video data might expose a timeline that goes,
say, 00:15..00:29 and then 00:05..00:38. However, the user agent
would not expose those times; it would instead expose the times as
00:15..00:29 and 00:29..01:02, as a single video.</p>

</div>

<p>The <dfn id=attr-media-loop title=attr-media-loop><code>loop</code></dfn>
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -23345,6 +23345,18 @@ interface <dfn>CueRangeCallback</dfn> {
task</span> to <span>fire a simple event</span> called <code
title="event-timeupdate">timeupdate</code> at the element.</p>

<p>User agents must act as if the timeline of the <span>media
resource</span> increases linearly starting from the <span>earliest
possible position</span>, even if the underling <span>media
data</span> has out-of-order or even overlapping time codes.</p>

<p class="example">For example, if two clips have been concatenated
into one video file, but the video format exposes the original times
for the two clips, the video data might expose a timeline that goes,
say, 00:15..00:29 and then 00:05..00:38. However, the user agent
would not expose those times; it would instead expose the times as
00:15..00:29 and 00:29..01:02, as a single video.</p>

</div>

<p>The <dfn title="attr-media-loop"><code>loop</code></dfn>
Expand Down

0 comments on commit e73b28b

Please sign in to comment.