From cf34dade6d0e17a7e94162830c8a7ae639596318 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Fri, 12 Jul 2019 12:10:19 -0300 Subject: [PATCH] Doc changes --- docs/_posts/2018-12-20-controls.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2018-12-20-controls.md b/docs/_posts/2018-12-20-controls.md index e98f3db1..6ba825a5 100644 --- a/docs/_posts/2018-12-20-controls.md +++ b/docs/_posts/2018-12-20-controls.md @@ -14,7 +14,8 @@ quality of the output. Everything can be controlled through XML parameters or programmatically. For convenience, most options are represented by `enum` classes extending the `Control` class. This makes it possible to use -`CameraView.set(Control)` to set the given control, or `CameraOptions.supports(Control)` to see if it is supported. +`CameraView.set(Control)` to set the given control, `CameraView.get(Class)` to get it, +or `CameraOptions.supports(Control)` to see if it is supported. ### XML Attributes