mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update protocol.md - 99e66cc [skip ci]
This commit is contained in:
parent
99e66cc317
commit
b8e693c97d
@ -127,6 +127,7 @@
|
||||
"{double} `rotation` The clockwise rotation of the scene item in degrees around the point of alignment.",
|
||||
"{double} `scale.x` The x-scale factor of the scene item.",
|
||||
"{double} `scale.y` The y-scale factor of the scene item.",
|
||||
"{String} `scale.filter` The scale filter of the source. Can be \"OBS_SCALE_DISABLE\", \"OBS_SCALE_POINT\", \"OBS_SCALE_BICUBIC\", \"OBS_SCALE_BILINEAR\", \"OBS_SCALE_LANCZOS\" or \"OBS_SCALE_AREA\".",
|
||||
"{int} `crop.top` The number of pixels cropped off the top of the scene item before scaling.",
|
||||
"{int} `crop.right` The number of pixels cropped off the right of the scene item before scaling.",
|
||||
"{int} `crop.bottom` The number of pixels cropped off the bottom of the scene item before scaling.",
|
||||
@ -175,6 +176,11 @@
|
||||
"name": "scale.y",
|
||||
"description": "The y-scale factor of the scene item."
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"name": "scale.filter",
|
||||
"description": "The scale filter of the source. Can be \"OBS_SCALE_DISABLE\", \"OBS_SCALE_POINT\", \"OBS_SCALE_BICUBIC\", \"OBS_SCALE_BILINEAR\", \"OBS_SCALE_LANCZOS\" or \"OBS_SCALE_AREA\"."
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "crop.top",
|
||||
@ -8610,6 +8616,7 @@
|
||||
"{double} `rotation` The clockwise rotation of the item in degrees around the point of alignment.",
|
||||
"{double} `scale.x` The x-scale factor of the source.",
|
||||
"{double} `scale.y` The y-scale factor of the source.",
|
||||
"{String} `scale.filter` The scale filter of the source. Can be \"OBS_SCALE_DISABLE\", \"OBS_SCALE_POINT\", \"OBS_SCALE_BICUBIC\", \"OBS_SCALE_BILINEAR\", \"OBS_SCALE_LANCZOS\" or \"OBS_SCALE_AREA\".",
|
||||
"{int} `crop.top` The number of pixels cropped off the top of the source before scaling.",
|
||||
"{int} `crop.right` The number of pixels cropped off the right of the source before scaling.",
|
||||
"{int} `crop.bottom` The number of pixels cropped off the bottom of the source before scaling.",
|
||||
@ -8673,6 +8680,11 @@
|
||||
"name": "scale.y",
|
||||
"description": "The y-scale factor of the source."
|
||||
},
|
||||
{
|
||||
"type": "String",
|
||||
"name": "scale.filter",
|
||||
"description": "The scale filter of the source. Can be \"OBS_SCALE_DISABLE\", \"OBS_SCALE_POINT\", \"OBS_SCALE_BICUBIC\", \"OBS_SCALE_BILINEAR\", \"OBS_SCALE_LANCZOS\" or \"OBS_SCALE_AREA\"."
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "crop.top",
|
||||
@ -8821,6 +8833,7 @@
|
||||
"{double (optional)} `rotation` The new clockwise rotation of the item in degrees.",
|
||||
"{double (optional)} `scale.x` The new x scale of the item.",
|
||||
"{double (optional)} `scale.y` The new y scale of the item.",
|
||||
"{String (optional)} `scale.filter` The new scale filter of the source. Can be \"OBS_SCALE_DISABLE\", \"OBS_SCALE_POINT\", \"OBS_SCALE_BICUBIC\", \"OBS_SCALE_BILINEAR\", \"OBS_SCALE_LANCZOS\" or \"OBS_SCALE_AREA\".",
|
||||
"{int (optional)} `crop.top` The new amount of pixels cropped off the top of the source before scaling.",
|
||||
"{int (optional)} `crop.bottom` The new amount of pixels cropped off the bottom of the source before scaling.",
|
||||
"{int (optional)} `crop.left` The new amount of pixels cropped off the left of the source before scaling.",
|
||||
@ -8887,6 +8900,11 @@
|
||||
"name": "scale.y",
|
||||
"description": "The new y scale of the item."
|
||||
},
|
||||
{
|
||||
"type": "String (optional)",
|
||||
"name": "scale.filter",
|
||||
"description": "The new scale filter of the source. Can be \"OBS_SCALE_DISABLE\", \"OBS_SCALE_POINT\", \"OBS_SCALE_BICUBIC\", \"OBS_SCALE_BILINEAR\", \"OBS_SCALE_LANCZOS\" or \"OBS_SCALE_AREA\"."
|
||||
},
|
||||
{
|
||||
"type": "int (optional)",
|
||||
"name": "crop.top",
|
||||
|
@ -302,6 +302,7 @@ These are complex types, such as `Source` and `Scene`, which are used as argumen
|
||||
| `rotation` | _double_ | The clockwise rotation of the scene item in degrees around the point of alignment. |
|
||||
| `scale.x` | _double_ | The x-scale factor of the scene item. |
|
||||
| `scale.y` | _double_ | The y-scale factor of the scene item. |
|
||||
| `scale.filter` | _String_ | The scale filter of the source. Can be "OBS_SCALE_DISABLE", "OBS_SCALE_POINT", "OBS_SCALE_BICUBIC", "OBS_SCALE_BILINEAR", "OBS_SCALE_LANCZOS" or "OBS_SCALE_AREA". |
|
||||
| `crop.top` | _int_ | The number of pixels cropped off the top of the scene item before scaling. |
|
||||
| `crop.right` | _int_ | The number of pixels cropped off the right of the scene item before scaling. |
|
||||
| `crop.bottom` | _int_ | The number of pixels cropped off the bottom of the scene item before scaling. |
|
||||
@ -3477,6 +3478,7 @@ Coordinates are relative to the item's parent (the scene or group it belongs to)
|
||||
| `rotation` | _double_ | The clockwise rotation of the item in degrees around the point of alignment. |
|
||||
| `scale.x` | _double_ | The x-scale factor of the source. |
|
||||
| `scale.y` | _double_ | The y-scale factor of the source. |
|
||||
| `scale.filter` | _String_ | The scale filter of the source. Can be "OBS_SCALE_DISABLE", "OBS_SCALE_POINT", "OBS_SCALE_BICUBIC", "OBS_SCALE_BILINEAR", "OBS_SCALE_LANCZOS" or "OBS_SCALE_AREA". |
|
||||
| `crop.top` | _int_ | The number of pixels cropped off the top of the source before scaling. |
|
||||
| `crop.right` | _int_ | The number of pixels cropped off the right of the source before scaling. |
|
||||
| `crop.bottom` | _int_ | The number of pixels cropped off the bottom of the source before scaling. |
|
||||
@ -3520,6 +3522,7 @@ Coordinates are relative to the item's parent (the scene or group it belongs to)
|
||||
| `rotation` | _double (optional)_ | The new clockwise rotation of the item in degrees. |
|
||||
| `scale.x` | _double (optional)_ | The new x scale of the item. |
|
||||
| `scale.y` | _double (optional)_ | The new y scale of the item. |
|
||||
| `scale.filter` | _String (optional)_ | The new scale filter of the source. Can be "OBS_SCALE_DISABLE", "OBS_SCALE_POINT", "OBS_SCALE_BICUBIC", "OBS_SCALE_BILINEAR", "OBS_SCALE_LANCZOS" or "OBS_SCALE_AREA". |
|
||||
| `crop.top` | _int (optional)_ | The new amount of pixels cropped off the top of the source before scaling. |
|
||||
| `crop.bottom` | _int (optional)_ | The new amount of pixels cropped off the bottom of the source before scaling. |
|
||||
| `crop.left` | _int (optional)_ | The new amount of pixels cropped off the left of the source before scaling. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user