ImageInfo
public
interface
ImageInfo
| androidx.camera.core.ImageInfo |
Metadata for an image.
Summary
Public methods | |
|---|---|
abstract
Object
|
getTag()
Returns the tag of the metadata. |
abstract
long
|
getTimestamp()
Returns the timestamp of the metadata. |
Public methods
getTag
public abstract Object getTag ()
Returns the tag of the metadata.
| Returns | |
|---|---|
Object |
|
getTimestamp
public abstract long getTimestamp ()
Returns the timestamp of the metadata.
| Returns | |
|---|---|
long |
|
Interfaces
Classes
Enums
Exceptions