public interface GetCommand
Modifier and Type | Method and Description |
---|---|
<T> T |
getValue(CameraMetadataNative metadata,
CameraMetadataNative.Key<T> key)
Get the value from the given
CameraMetadataNative object. |
<T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key)
CameraMetadataNative
object.T
- the type of the value.metadata
- the CameraMetadataNative
object to get the value from.key
- the CameraMetadataNative.Key
to look up.CameraMetadataNative.Key
.