Change namespace from shakaExterns to shaka.externs

Change-Id: I16432351e2a266aa8fd175669aa27c44bfdffeae
This commit is contained in:
Sandra Lokshina
2018-04-06 09:34:33 -07:00
parent 5e5aa7ffeb
commit 8065bd54a8
116 changed files with 1068 additions and 1001 deletions
+2 -2
View File
@@ -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__