Add photo documentation (#269)

This commit is contained in:
Jason Brown 2016-04-23 12:59:17 -07:00 committed by Zack Story
parent 2a78d0e1d0
commit 75dff8bff1
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ This property allows you to specify the target output of the captured image data
#### `iOS` `captureQuality`
Values: `Camera.constants.CaptureQuality.high` or `"high"` (default), `Camera.constants.CaptureQuality.medium` or `"medium"`, `Camera.constants.CaptureQuality.low` or `"low"`
Values: `Camera.constants.CaptureQuality.high` or `"high"` (default), `Camera.constants.CaptureQuality.medium` or `"medium"`, `Camera.constants.CaptureQuality.low` or `"low"`, `Camera.constants.CaptureQuality.photo` or `"photo"`.
This property allows you to specify the quality output of the captured image or video. By default the quality is set to high.