Merge branch 'master' of github.com:Palakis/obs-websocket

This commit is contained in:
Stéphane 2017-04-20 17:22:19 +02:00
commit bc24497760

View File

@ -300,6 +300,7 @@ Objects in the "sources" array have the following fields :
- **"source_cy"** (integer) : height of the item (without scale applied) - **"source_cy"** (integer) : height of the item (without scale applied)
- **"cx"** (double) : width of the item (with scale applied) - **"cx"** (double) : width of the item (with scale applied)
- **"cy"** (double) : height of the item (with scale applied) - **"cy"** (double) : height of the item (with scale applied)
- **"render"** (bool) : visibility of the source in the scene
--- ---