Update cue property instructions
cue.frame.data should now be accessed as cue.value.data to match iOS behavior.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -205,7 +205,7 @@ text. Cues are created for all other frame types and the data is | ... | @@ -205,7 +205,7 @@ text. Cues are created for all other frame types and the data is |
205 | attached to the generated cue: | 205 | attached to the generated cue: |
206 | 206 | ||
207 | ```js | 207 | ```js |
208 | cue.frame.data | 208 | cue.value.data |
209 | ``` | 209 | ``` |
210 | 210 | ||
211 | There are lots of guides and references to using text tracks [around | 211 | There are lots of guides and references to using text tracks [around | ... | ... |
-
Please register or sign in to post a comment