ImageInfo
public
interface
ImageInfo
| androidx.camera.core.ImageInfo |
Metadata for an image.
Summary
Public methods | |
|---|---|
abstract
long
|
getTimestamp()
Returns the timestamp of the metadata. |
Public methods
getTimestamp
public abstract long getTimestamp ()
Returns the timestamp of the metadata. Details on the timestamp depend on the source providing the image, and the method providing the image contains more documentation.
| Returns | |
|---|---|
long |
the timestamp of the image |