Articles tagged: API
Found 5012 documents
- Archive/B2G_OS/API/CameraCapabilities/effects The effects property value is an Array identifying the effects (such as normal, sepia, mono, ...
- Archive/B2G_OS/API/CameraCapabilities/fileFormats The fileFormats property is an Array identifying the file formats supported by the camera, such ...
- Archive/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Archive/B2G_OS/API/CameraCapabilities/focusModes The focusModes property is an Array of strings identifying each of the focus modes supported by ...
- Archive/B2G_OS/API/CameraCapabilities/maxExposureCompensation The maxExposureCompensation property is a number that defines the maximum supported exposure ...
- Archive/B2G_OS/API/CameraCapabilities/maxFocusAreas The maxFocusAreas property is a number that defines the maximum number of focus areas supported ...
- Archive/B2G_OS/API/CameraCapabilities/maxMeteringAreas The maxMeteringAreas property is a number that defines the maximum number of metering areas ...
- Archive/B2G_OS/API/CameraCapabilities/minExposureCompensation The minExposureCompensation property is a number that defines the minimum supported exposure ...
- Archive/B2G_OS/API/CameraCapabilities/pictureSizes The pictureSizes property is an Array of objects containing the height and width properties ...
- Archive/B2G_OS/API/CameraCapabilities/previewSizes The previewSizes property is an Array of objects containing the height and width properties ...
- Archive/B2G_OS/API/CameraCapabilities/recorderProfiles The recorderProfiles property is an object with attributes for each of the supported recorder ...
- Archive/B2G_OS/API/CameraCapabilities/sceneModes The sceneModes property is an Array identifying each of the scene modes supported by the camera ...
- Archive/B2G_OS/API/CameraCapabilities/stepExposureCompensation The stepExposureCompensation property is a number that defines the exposure compensation minimum ...
- Archive/B2G_OS/API/CameraCapabilities/videoSizes The videoSizes property is an Array of objects containing the height and width properties ...
- Archive/B2G_OS/API/CameraCapabilities/whiteBalanceModes The whiteBalanceModes property is an Array of strings identifiers for each white balance mode ...
- Archive/B2G_OS/API/CameraCapabilities/zoomRatios The zoomRatios property is an Array of numbers representing all the supported zoom ratios. If ...
- Archive/B2G_OS/API/CameraControl When you use the CameraManager.getCamera() method to get a reference to a camera, you specify a ...
- Archive/B2G_OS/API/CameraControl/autoFocus This method attempts to focus the camera. If the camera is able to attempt to focus, a success ...
- Archive/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Archive/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...
- Archive/B2G_OS/API/CameraControl/exposureCompensation The exposureCompensation property value is a number used to compensate the camera exposure.
- Archive/B2G_OS/API/CameraControl/flashMode The flashMode property value is a string that defines how the flash, if any, is to be used. When ...
- Archive/B2G_OS/API/CameraControl/focalLength The focalLength property value is a read-only property that returns a number that expresses the ...
- Archive/B2G_OS/API/CameraControl/focusAreas The focusAreas property is an Array of one or more Area objects that define where the camera ...
- Archive/B2G_OS/API/CameraControl/focusDistanceFar The focusDistanceFar property value is a distance in meters used with ...
- Archive/B2G_OS/API/CameraControl/focusDistanceNear The focusDistanceNear property value is a distance in meters used with ...
- Archive/B2G_OS/API/CameraControl/focusDistanceOptimum The focusDistanceOptimum property value is the distance in meters where the subject appears ...
- Archive/B2G_OS/API/CameraControl/focusMode The focusMode property value is a string that defines which kind of focus mode the camera should ...
- Archive/B2G_OS/API/CameraControl/getPreviewStream This method is used to configure and access a MediaStream from the camera. The resulting stream ...
- Archive/B2G_OS/API/CameraControl/getPreviewStreamVideoMode This method is used to configure and access a MediaStream from the camera. You use the resulting ...
- Archive/B2G_OS/API/CameraControl/meteringAreas The meteringAreas property is an Array of one or more Area objects that define where the camera ...
- Archive/B2G_OS/API/CameraControl/onClosed The onClosed property is used to set an event handler that will track when a new CameraControl ...
- Archive/B2G_OS/API/CameraControl/onRecorderStateChange The onRecorderStateChange property is used to set an event handler to listen to the recorder ...
- Archive/B2G_OS/API/CameraControl/onShutter The onShutter property is used to set an event handler for the camera's "shutter" event, to ...
- Archive/B2G_OS/API/CameraControl/pauseRecording The pauseRecording() method of the CameraControl interface is used to pause the recording of a ...
- Archive/B2G_OS/API/CameraControl/release Releases the camera so that other applications can use it. You should call this whenever the ...
- Archive/B2G_OS/API/CameraControl/resumePreview This method is used to resume the preview stream.
- Archive/B2G_OS/API/CameraControl/resumeRecording The resumeRecording() method of the CameraControl interface is used to resume the recording of a ...
- Archive/B2G_OS/API/CameraControl/sceneMode The sceneMode property value is a string that defines the quality of exposure to use while ...
- Archive/B2G_OS/API/CameraControl/setConfiguration This method is used to set the camera configuration independently of the ...
- Archive/B2G_OS/API/CameraControl/setExposureCompensation This method is used to change the exposure compensation value.
- Archive/B2G_OS/API/CameraControl/startRecording This method is used to start recording a video file on the device; the video is stored as a 3gp ...
- Archive/B2G_OS/API/CameraControl/stopRecording Stops recording video on the device; you should call this at some point after calling ...
- Archive/B2G_OS/API/CameraControl/takePicture Captures a still image from the camera and passes it as a Blob to a success callback handler, ...
- Archive/B2G_OS/API/CameraControl/whiteBalanceMode The whiteBalanceMode property value is a string that defines the white balance mode to use. When ...
- Archive/B2G_OS/API/CameraControl/zoom The zoom property value is a number that defines the zoom factor that is to be used when taking ...
- Archive/B2G_OS/API/CameraManager The CameraManager interface provides access to any cameras available on the device being used.
- Archive/B2G_OS/API/CameraManager/getCamera This method is used to access to one of the cameras available on the device based on its ...
- Archive/B2G_OS/API/CameraManager/getListOfCameras This method is used to get an Array of identifiers of all the cameras available on the device.
- Archive/B2G_OS/API/Camera_API The Camera API allows applications to manage the camera of the device. It allows them to take ...
- Archive/B2G_OS/API/ContactManager The ContactManager interface is used to access and manage the contact available on the device.
- Archive/B2G_OS/API/ContactManager/clear The clear method is used to remove ALL the contacts from the device's contact database.
- Archive/B2G_OS/API/ContactManager/find The find method is used to retrieve a limited list of contacts from the device's contact ...
- Archive/B2G_OS/API/ContactManager/getAll The getAll method is used to access a sorted list of contact from the device's contact database. ...
- Archive/B2G_OS/API/ContactManager/getCount The getCount method is used to retrieve the total number of contacts available inside the ...
- Archive/B2G_OS/API/ContactManager/getRevision The getRevision method is used to retrieve the revision number of the device's contact database.
- Archive/B2G_OS/API/ContactManager/oncontactchange Specifies an event listener to receive contactchange events. These events occur when a contact ...
- Archive/B2G_OS/API/ContactManager/remove The remove method is used to delete a contact from the device's contact database.
- Archive/B2G_OS/API/ContactManager/save The save method is used to store a contact inside the device's contact database. If the contact ...
- Archive/B2G_OS/API/Contacts_API The Contacts API provides a simple interface to manage a user's contacts stored in the system's ...
- Archive/B2G_OS/API/DataStore The DataStore interface of the Data Store API represents a retrieved set of data, and includes ...
- Archive/B2G_OS/API/DataStore/add The add() method of the DataStore interface adds a new record to the data store; if the record ...
- Archive/B2G_OS/API/DataStore/clear The clear() method of the DataStore interface deletes all records from the data store, leaving ...
- Archive/B2G_OS/API/DataStore/get The get() method of the DataStore interface retrieves one or more objects from the current data ...
- Archive/B2G_OS/API/DataStore/getLength The getLength() method of the DataStore interface returns the number of records stored in the ...
- Archive/B2G_OS/API/DataStore/name The name read-only property of the DataStore interface returns the name of the current data store.
- Archive/B2G_OS/API/DataStore/onchange The onchange event handler of the DataStore interface fires when a change is made to the data ...
- Archive/B2G_OS/API/DataStore/owner The owner read-only property of the DataStore interface returns the name of the app that owns ...
- Archive/B2G_OS/API/DataStore/put The put() method of the DataStore interface updates an existing record in the data store.
- Archive/B2G_OS/API/DataStore/readOnly The readOnly read-only property of the DataStore interface returns a boolean indicating whether ...
- Archive/B2G_OS/API/DataStore/remove The remove() method of the DataStore interface deletes one or more objects from the current data ...
- Archive/B2G_OS/API/DataStore/revisionId The revisionId read-only property of the DataStore interface returns the current data store's ...
- Archive/B2G_OS/API/DataStore/sync The sync() method of the DataStore interface opens a cursor that allows you to step through any ...
- Archive/B2G_OS/API/DataStoreChangeEvent The DataStoreChangeEvent interface of the Data Store API represents the event related to a ...
- Archive/B2G_OS/API/DataStoreChangeEvent/id The id read-only property of the DataStoreChangeEvent interface returns the identifier of the ...
- Archive/B2G_OS/API/DataStoreChangeEvent/operation The operation read-only property of the DataStoreChangeEvent interface returns the type of ...
- Archive/B2G_OS/API/DataStoreChangeEvent/owner The owner read-only property of the DataStoreChangeEvent interface returns the manifest URL of ...
- Archive/B2G_OS/API/DataStoreChangeEvent/revisionId The revisionId read-only property of the DataStoreChangeEvent interface returns the ID of the ...
- Archive/B2G_OS/API/DataStoreCursor The DataStoreCursor interface of the Data Store API represents a cursor that allows apps to ...
- Archive/B2G_OS/API/DataStoreCursor/close The close() method of the DataStoreCursor interface makes a request to terminate the cursor.
- Archive/B2G_OS/API/DataStoreCursor/next The next() method of the DataStoreCursor interface makes a request to retrieve information about ...
- Archive/B2G_OS/API/DataStoreCursor/store A DataStore object.
- Archive/B2G_OS/API/DataStoreTask The DataStoreTask interface of the Data Store API represents a record changed in the data store ...
- Archive/B2G_OS/API/DataStoreTask/data The data read-only property of the DataStoreChangeEvent interface returns the data stored in the ...
- Archive/B2G_OS/API/DataStoreTask/id The id read-only property of the DataStoreTask interface returns the identifier of the changed ...
- Archive/B2G_OS/API/DataStoreTask/operation The operation read-only property of the DataStoreTask interface returns the type of operation ...
- Archive/B2G_OS/API/DataStoreTask/revisionId The revisionId read-only property of the DataStoreTask interface returns the id of the current ...
- Archive/B2G_OS/API/DeviceStorage The DeviceStorage interface is used to access files on a specific storage area available on the ...
- Archive/B2G_OS/API/DeviceStorage/add The add method is used to add a file inside a given storage area.
- Archive/B2G_OS/API/DeviceStorage/addNamed The addNamed method is used to add a file inside a given storage area.
- Archive/B2G_OS/API/DeviceStorage/available The available() method is used to check whether the storage area is available; this is an ...
- Archive/B2G_OS/API/DeviceStorage/default The default property indicates if the storage area is the one which will be used by default for ...
- Archive/B2G_OS/API/DeviceStorage/delete The delete method is used to remove a file from a given storage area.
- Archive/B2G_OS/API/DeviceStorage/enumerate The enumerate method is used to iterate through the files of a given storage area.
- Archive/B2G_OS/API/DeviceStorage/enumerateEditable The enumerateEditable method is used to iterate through the files of a given storage area.
- Archive/B2G_OS/API/DeviceStorage/freeSpace The freeSpace method is used to get the amount of free space usable by the storage area.
- Archive/B2G_OS/API/DeviceStorage/get The get method is used to retrieve a read-only file from a given storage area.
- Archive/B2G_OS/API/DeviceStorage/getEditable The getEditable method is used to retrieve a file, which is editable, from a given storage area.
- Archive/B2G_OS/API/DeviceStorage/lowDiskSpace The lowDiskSpace read-only property of the DeviceStorage interface returns a Boolean value that ...
- Archive/B2G_OS/API/DeviceStorage/onchange The onchange property is used to specify an event handler to receive change events. Those events ...