mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
04d3df3ae8
- Add prereqs section - Add architecture diagrams - Adjust doc margins - Change some wording and fix typos - Convert alert() to console.error() in basic usage tutorial - Expand prose in debugging tutorial - Add comments about asynchronous methods - Expand description of Closure base - Change some links to source rather than API docs - Clarify some vague language - Refactor some of the plugin text Modified jsdoc to add a new 'linksource' tag to link directly to the source code for an entity. Change-Id: I6b879050fc59917ce98954a4fabd8afca60af456
13 lines
216 B
Markdown
13 lines
216 B
Markdown
# Architecture Diagrams
|
|
|
|
<img
|
|
src="../design/dataflow.gv.png"
|
|
alt="Shaka data flow diagram"
|
|
style="width: 100%">
|
|
|
|
<img
|
|
src="../design/ownership.gv.png"
|
|
alt="Shaka ownership diagram"
|
|
style="width: 100%">
|
|
|