feat(android): add subtitle event (#3566)

* feat: add onCues method to get access to subtitle content
This commit is contained in:
coofzilla
2024-03-11 21:50:19 +09:00
committed by GitHub
parent 90b31af2c9
commit 6184c10acc
4 changed files with 22 additions and 4 deletions

View File

@@ -516,7 +516,7 @@ Example:
### `onTextTrackDataChanged`
<PlatformsList types={['iOS']} />
<PlatformsList types={['Android', 'iOS']} />
Callback function that is called when new subtitle data is available. It provides the actual subtitle content for the current selected text track, if available (mainly WebVTT).