load Subtitle Content
Android implementation of the loadSubtitleContent function. Loads subtitle content from a local file or a remote URL.
Return
The content of the subtitle file as a string
Parameters
The source URI of the subtitle file
Loads the content of a subtitle file from the given source. This is implemented in a platform-specific way.
iOS implementation of the loadSubtitleContent function. Loads subtitle content from a local file or a remote URL.
Return
The content of the subtitle file as a string
Parameters
The source URI of the subtitle file
JVM implementation of the loadSubtitleContent function. Loads subtitle content from a local file or a remote URL.
Return
The content of the subtitle file as a string
Parameters
The source URI of the subtitle file
WASM JS implementation of the loadSubtitleContent function. Loads subtitle content from a URL using XMLHttpRequest.
Return
The content of the subtitle file as a string
Parameters
The source URI of the subtitle file