Update timed metadata section in README
Note access to id3 frame payloads on generated cues.
Showing
1 changed file
with
11 additions
and
4 deletions
... | @@ -166,12 +166,19 @@ embedded as [ID3 tags](http://id3.org/id3v2.3.0). When a stream is | ... | @@ -166,12 +166,19 @@ embedded as [ID3 tags](http://id3.org/id3v2.3.0). When a stream is |
166 | encountered with embedded metadata, an [in-band metadata text | 166 | encountered with embedded metadata, an [in-band metadata text |
167 | track](https://html.spec.whatwg.org/multipage/embedded-content.html#text-track-in-band-metadata-track-dispatch-type) | 167 | track](https://html.spec.whatwg.org/multipage/embedded-content.html#text-track-in-band-metadata-track-dispatch-type) |
168 | will automatically be created and populated with cues as they are | 168 | will automatically be created and populated with cues as they are |
169 | encountered in the stream. Only UTF-8 encoded | 169 | encountered in the stream. UTF-8 encoded |
170 | [TXXX](http://id3.org/id3v2.3.0#User_defined_text_information_frame) | 170 | [TXXX](http://id3.org/id3v2.3.0#User_defined_text_information_frame) |
171 | and [WXXX](http://id3.org/id3v2.3.0#User_defined_URL_link_frame) ID3 | 171 | and [WXXX](http://id3.org/id3v2.3.0#User_defined_URL_link_frame) ID3 |
172 | frames are currently mapped to cue points. There are lots of guides | 172 | frames are mapped to cue points and their values set as the cue |
173 | and references to using text tracks [around the | 173 | text. Cues are created for all other frame types and the data is |
174 | web](http://www.html5rocks.com/en/tutorials/track/basics/). | 174 | attached to the generated cue: |
175 | |||
176 | ```js | ||
177 | cue.frame.data | ||
178 | ``` | ||
179 | |||
180 | There are lots of guides and references to using text tracks [around | ||
181 | the web](http://www.html5rocks.com/en/tutorials/track/basics/). | ||
175 | 182 | ||
176 | ### Testing | 183 | ### Testing |
177 | 184 | ... | ... |
-
Please register or sign in to post a comment