Summary:
Methods
| Inherited Methods
OutputFileResults
public
abstract
class
OutputFileResults
extends Object
java.lang.Object | |
↳ | androidx.camera.view.video.OutputFileResults |
Info about the saved video file.
Summary
Public methods | |
---|---|
abstract
Uri
|
getSavedUri()
Returns the |
Inherited methods | |
---|---|
Public methods
getSavedUri
public abstract Uri getSavedUri ()
Returns the Uri
of the saved video file.
Returns | |
---|---|
Uri |
URI of saved video file if the OutputFileOptions is backed by
MediaStore using
OutputFileOptions.builder(ContentResolver, Uri, ContentValues) , null
otherwise.
|