ImageCapture.OutputFileResults


public class ImageCapture.OutputFileResults


Info about the saved image file.

Summary

Public methods

int

Returns the ImageFormat of the saved file.

@Nullable Uri

Returns the Uri of the saved file.

Public methods

getImageFormat

Added in 1.5.0-alpha03
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).