[html5] r1071 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 18 17:43:13 PDT 2007


Author: ianh
Date: 2007-10-18 17:43:09 -0700 (Thu, 18 Oct 2007)
New Revision: 1071

Modified:
   index
   source
Log:
[e] (0) more suggestions for cue points

Modified: index
===================================================================
--- index	2007-10-19 00:24:16 UTC (rev 1070)
+++ index	2007-10-19 00:43:09 UTC (rev 1071)
@@ -13640,6 +13640,9 @@
       - onchapterlabelupdate, which has a time and a label
     * cue points that trigger at fixed intervals, so that
       e.g. animation can be synced with the video
+    * cue _periods_ rather than _points_, as in:
+       addCuePeriod(time1, time2, enteringCallback, exittingCallback);
+      (suggestion by Billy Wong)
     * general meta data, implemented as getters (don't expose the whole thing)
       - getMetadata(key: string, language: string) => HTMLImageElement or string
       - onmetadatachanged (no context info)

Modified: source
===================================================================
--- source	2007-10-19 00:24:16 UTC (rev 1070)
+++ source	2007-10-19 00:43:09 UTC (rev 1071)
@@ -11517,6 +11517,9 @@
       - onchapterlabelupdate, which has a time and a label
     * cue points that trigger at fixed intervals, so that
       e.g. animation can be synced with the video
+    * cue _periods_ rather than _points_, as in:
+       addCuePeriod(time1, time2, enteringCallback, exittingCallback);
+      (suggestion by Billy Wong)
     * general meta data, implemented as getters (don't expose the whole thing)
       - getMetadata(key: string, language: string) => HTMLImageElement or string
       - onmetadatachanged (no context info)




More information about the Commit-Watchers mailing list