mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Capture modifications:
Renaming supportedAudioFormats to supportedAudioModes. Renaming supportedImageFormats to supportedImageModes. Renaming supportedVideoFormats to supportedVideoModes. Adding copywrite header to the Capture.java file.
This commit is contained in:
@@ -24,9 +24,9 @@ CaptureError.CAPTURE_NOT_SUPPORTED = 20;
|
||||
* The Capture interface exposes an interface to the camera and microphone of the hosting device.
|
||||
*/
|
||||
function Capture() {
|
||||
this.supportedAudioFormats = [];
|
||||
this.supportedImageFormats = [];
|
||||
this.supportedVideoFormats = [];
|
||||
this.supportedAudioModes = [];
|
||||
this.supportedImageModes = [];
|
||||
this.supportedVideoModes = [];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user