docs(travis): Update protocol.md - 6d63779 [skip ci]

This commit is contained in:
Travis CI 2020-03-11 11:12:19 +00:00
parent 6d63779c70
commit 053faa1661
2 changed files with 6 additions and 6 deletions

View File

@ -3361,13 +3361,13 @@
"param": [ "param": [
"{String (Optional)} `type` Type of projector: Preview (default), Source, Scene, StudioProgram, or Multiview (case insensitive).", "{String (Optional)} `type` Type of projector: Preview (default), Source, Scene, StudioProgram, or Multiview (case insensitive).",
"{int (Optional)} `monitor` Monitor to open the projector on. If -1 or omitted, opens a window.", "{int (Optional)} `monitor` Monitor to open the projector on. If -1 or omitted, opens a window.",
"{String (Optional)} `geometry` Size and position of the projector window (only if monitor is -1). Encoded in base 64.", "{String (Optional)} `geometry` Size and position of the projector window (only if monitor is -1). Encoded in Base64 using Qt's geometry encoding (https://doc.qt.io/qt-5/qwidget.html#saveGeometry). Corresponds to OBS's saved projectors.",
"{String (Optional)} `name` Name of the source or scene to be displayed (ignored for other projector types)." "{String (Optional)} `name` Name of the source or scene to be displayed (ignored for other projector types)."
], ],
"api": "requests", "api": "requests",
"name": "OpenProjector", "name": "OpenProjector",
"category": "general", "category": "general",
"since": "4.7.0", "since": "unreleased",
"params": [ "params": [
{ {
"type": "String (Optional)", "type": "String (Optional)",
@ -3382,7 +3382,7 @@
{ {
"type": "String (Optional)", "type": "String (Optional)",
"name": "geometry", "name": "geometry",
"description": "Size and position of the projector window (only if monitor is -1). Encoded in base 64." "description": "Size and position of the projector window (only if monitor is -1). Encoded in Base64 using Qt's geometry encoding (https://doc.qt.io/qt-5/qwidget.html#saveGeometry). Corresponds to OBS's saved projectors."
}, },
{ {
"type": "String (Optional)", "type": "String (Optional)",
@ -3405,7 +3405,7 @@
"sinces": [ "sinces": [
{ {
"name": "", "name": "",
"description": "4.7.0" "description": "unreleased"
} }
], ],
"heading": { "heading": {

View File

@ -1359,7 +1359,7 @@ _No specified parameters._
### OpenProjector ### OpenProjector
- Added in v4.7.0 - Unreleased
Open a projector window or create a projector on a monitor. Requires OBS v24.0.4 or newer. Open a projector window or create a projector on a monitor. Requires OBS v24.0.4 or newer.
@ -1369,7 +1369,7 @@ Open a projector window or create a projector on a monitor. Requires OBS v24.0.4
| ---- | :---: | ------------| | ---- | :---: | ------------|
| `type` | _String (Optional)_ | Type of projector: Preview (default), Source, Scene, StudioProgram, or Multiview (case insensitive). | | `type` | _String (Optional)_ | Type of projector: Preview (default), Source, Scene, StudioProgram, or Multiview (case insensitive). |
| `monitor` | _int (Optional)_ | Monitor to open the projector on. If -1 or omitted, opens a window. | | `monitor` | _int (Optional)_ | Monitor to open the projector on. If -1 or omitted, opens a window. |
| `geometry` | _String (Optional)_ | Size and position of the projector window (only if monitor is -1). Encoded in base 64. | | `geometry` | _String (Optional)_ | Size and position of the projector window (only if monitor is -1). Encoded in Base64 using Qt's geometry encoding (https://doc.qt.io/qt-5/qwidget.html#saveGeometry). Corresponds to OBS's saved projectors. |
| `name` | _String (Optional)_ | Name of the source or scene to be displayed (ignored for other projector types). | | `name` | _String (Optional)_ | Name of the source or scene to be displayed (ignored for other projector types). |