ImageCapture.OutputFileResults
public class ImageCapture.OutputFileResults
Info about the saved image file.
Summary
Public methods |
|
|---|---|
int |
Returns the |
@Nullable Uri |
Returns the |
Public methods
getImageFormat
Added in 1.5.0
public int getImageFormat()
Returns the ImageFormat of the saved file.
getSavedUri
Added in 1.0.0
public @Nullable Uri getSavedUri()
Returns the Uri of the saved file.
Returns null if the OutputFileOptions is constructed with #Builder(OutputStream).