FileDocCategorySizeDatePackage
GetCommand.javaAPI DocAndroid 5.1 API1227Thu Mar 12 22:22:10 GMT 2015android.hardware.camera2.impl

GetCommand

public interface GetCommand
Getter interface for use with Command pattern metadata value getters.

Fields Summary
Constructors Summary
Methods Summary
public TgetValue(CameraMetadataNative metadata, CameraMetadataNative.Key key)
Get the value from the given {@link CameraMetadataNative} object.

param
metadata the {@link CameraMetadataNative} object to get the value from.
param
key the {@link CameraMetadataNative.Key} to look up.
param
the type of the value.
return
the value for a given {@link CameraMetadataNative.Key}.