The Shaka Player library is meant be compiled before deployment. The compiled library will only have some symbols exported. Others will be inaccessible from the compiled bundle.
Because of this, these API docs can be filtered to show you what is and isn't accessible. The combo box in the top-right corner of the page lets you select different views of the library. You can choose the "exported", "public", or "everything" view.
"Exported" means everything which is available outside the compiled library. In all modes, exported symbols are shown in red.
"Public" means everything which is public in the sources. This is used in the sense of public/protected/private in object-oriented programming languages.
"Everything" shows all symbols, even private ones.
Whatever view you choose will be stored by the browser across page loads and sessions, so you should not have to keep setting it as you browse the docs.
If you're not sure where to go next, try the Tutorials on the right. Enjoy!
We have a public mailing list for discussion and announcements. To receive notifications about new versions, please join the list. You can also use the list to ask questions or discuss Shaka Player development.