TakeSourceScreenshot: fix docs

This commit is contained in:
Stéphane L 2019-05-04 12:19:15 +02:00
parent 5745da5466
commit c95b709f39

View File

@ -1349,7 +1349,6 @@ HandlerResponse WSRequestHandler::HandleSetSourceFilterSettings(WSRequestHandler
* Clients can specify `width` and `height` parameters to receive scaled pictures. Aspect ratio is
* preserved if only one of these two parameters is specified.
*
*
* @param {String} `sourceName` Source name
* @param {String (optional)} `embedPictureFormat` Format of the Data URI encoded picture. Can be "png", "jpg", "jpeg" or "bmp" (or any other value supported by Qt's Image module)
* @param {String (optional)} `saveToFilePath` Full file path (file extension included) where the captured image is to be saved. Can be in a format different from `pictureFormat`. Can be a relative path.