From f8d721644a2bd9b3e13b323fb292e6dde25ce64f Mon Sep 17 00:00:00 2001 From: ChristopheBoucaut Date: Tue, 10 Feb 2015 15:11:11 +0100 Subject: [PATCH] Update english doc. --- doc/en/index.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/doc/en/index.md b/doc/en/index.md index bfd8029..3156516 100644 --- a/doc/en/index.md +++ b/doc/en/index.md @@ -69,11 +69,19 @@ An `options` object containing the parameters of the camera. - **Type :** `boolean` - **Default :** `true` -+ **defaultFlash :** Default mode flash to use. ++ **defaultFlash :** Default mode flash to use. See `CustomCamera.FlashModes` for corrects values. - **Type :** `integer` - **Default :** `0` -+ **switchFlash :** Activate/deactivate the switch button for modes flash. `true` : Activate option. `false` : Deactivate option. ++ **switchFlash :** Activate/deactivate the button to switch modes flash. `true` : Activate option. `false` : Deactivate option. + - **Type :** `boolean` + - **Default :** `true` + ++ **defaultCamera :** Default camera used. See `CustomCamera.CameraFacings` for corrects values. + - **Type :** `integer` + - **Default :** `0` + ++ **switchCamera :** Activate/deactivate the button to switch camera. `true` : Activate option. `false` : Deactivate option. - **Type :** `boolean` - **Default :** `true` @@ -111,6 +119,14 @@ An `options` object containing the parameters of the camera. - **Type :** `integer` - **Value :** `2` ++ **CustomCamera.CameraFacings.BACK :** + - **Type :** `integer` + - **Value :** `0` ++ **CustomCamera.CameraFacings.FRONT :** + - **Type :** `integer` + - **Value :** `1` + + ## Implementation ### Example