GitHub user kkabell opened a pull request:
https://github.com/apache/cordova-plugin-media-capture/pull/32
iOS: Allow video quality to be specified in CaptureVideoOptions
Implements a new property in CaptureVideoOptions which allows for
specifying the quality of captured video as an integer in the range 0-100 with
100 being the highest possible quality.
The specified value is translated into one of the following
`UIImagePickerControllerQualityType` constants ([see Apple
docs](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIImagePickerController_Class/#//apple_ref/c/tdef/UIImagePickerControllerQualityType)):
0-32: `UIImagePickerControllerQualityTypeLow`
33-65: `UIImagePickerControllerQualityTypeMedium`
66-100: `UIImagePickerControllerQualityTypeHigh`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkabell/cordova-plugin-media-capture master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-media-capture/pull/32.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #32
----
commit 7766b50dba2e59656f6f6e157d4279069a456f8e
Author: Kalle Kabell <[email protected]>
Date: 2015-02-25T15:37:56Z
iOS: Allow video quality to be specified in CaptureVideoOptions
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]