Summary:
Nested Classes
| Inherited Methods
ImageCapture.OutputFileOptions
public
static
final
class
ImageCapture.OutputFileOptions
extends Object
java.lang.Object | |
↳ | androidx.camera.core.ImageCapture.OutputFileOptions |
Options for saving newly captured image.
this class is used to configure save location and metadata. Save location can be
either a File
, MediaStore
or a OutputStream
. The metadata will be
stored with the saved image. For JPEG this will be included in the EXIF.
Summary
Nested classes | |
---|---|
class |
ImageCapture.OutputFileOptions.Builder
Builder class for |
Inherited methods | |
---|---|
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-30 UTC.