Confirmed users
198
edits
No edit summary |
|||
| Line 18: | Line 18: | ||
<graphviz> | <graphviz> | ||
digraph { | digraph current { | ||
node [shape=box]; | node [shape=box]; | ||
gUM [label="getUserMedia()"]; | gUM [label="getUserMedia()"]; | ||
| Line 42: | Line 42: | ||
It might look like this if using camera2: | It might look like this if using camera2: | ||
<graphviz> | <graphviz> | ||
digraph { | digraph cam2 { | ||
node [shape=box]; | node [shape=box]; | ||
gUM [label="getUserMedia()"]; | gUM [label="getUserMedia()"]; | ||
| Line 65: | Line 65: | ||
* Android has a standard tunneling mechanism that almost all hardware accelerated APIs support. It looks like: | * Android has a standard tunneling mechanism that almost all hardware accelerated APIs support. It looks like: | ||
<graphviz> | <graphviz> | ||
digraph { | digraph tunnel { | ||
graph [rankdir="LR"]; | graph [rankdir="LR"]; | ||
node [shape=box]; | node [shape=box]; | ||