mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
Change namespace from shakaExterns to shaka.externs
Change-Id: I16432351e2a266aa8fd175669aa27c44bfdffeae
This commit is contained in:
@@ -42,7 +42,7 @@ __Subtitle/caption parsers__
|
||||
__Subtitle/caption displayers__
|
||||
- Configured at runtime on a Player instance
|
||||
- Use {@link player.configure} and set the `textDisplayFactory` field
|
||||
- Must implement the {@link shakaExtern.TextDisplayer} interface
|
||||
- Must implement the {@link shaka.extern.TextDisplayer} interface
|
||||
- Default TextDisplayer implementation:
|
||||
{@linksource shaka.text.SimpleTextDisplayer}
|
||||
|
||||
@@ -57,7 +57,7 @@ __Networking plugins__
|
||||
__ABR plugins__
|
||||
- Configured at runtime on a Player instance
|
||||
- Use {@link player.configure} and set the `abrFactory` field
|
||||
- Must implement the {@link shakaExtern.AbrManager} interface
|
||||
- Must implement the {@link shaka.extern.AbrManager} interface
|
||||
- Default AbrManager implementation: {@linksource shaka.abr.SimpleAbrManager}
|
||||
|
||||
__Polyfills__
|
||||
|
||||
Reference in New Issue
Block a user