OutputResults

@RequiresApi(value = 21)
@AutoValue
public abstract class OutputResults


Class to provide the information of the output.

Summary

Public constructors

Public methods

abstract @NonNull Uri

Gets the Uri of the output.

Public constructors

OutputResults

Added in 1.1.0
public OutputResults()

Public methods

getOutputUri

Added in 1.1.0
public abstract @NonNull Uri getOutputUri()

Gets the Uri of the output.

Returns the actual Uri of the output destination if the OutputOptions is implemented by MediaStoreOutputOptions or FileOutputOptions, otherwise returns EMPTY.