-
public final class IImageCapture.OutputFileOptionsOptions for saving newly captured image.
this class is used to configure save location and other options.Save location can be either a File, MediaStore or a OutputStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIImageCapture.OutputFileOptions.Builder
-
Method Summary
Modifier and Type Method Description FilegetFile()ContentResolvergetContentResolver()UrigetSaveCollection()ContentValuesgetContentValues()OutputStreamgetOutputStream()-
-
Method Detail
-
getContentResolver
@Nullable() ContentResolver getContentResolver()
-
getSaveCollection
@Nullable() Uri getSaveCollection()
-
getContentValues
@Nullable() ContentValues getContentValues()
-
getOutputStream
@Nullable() OutputStream getOutputStream()
-
-
-
-