public class ExposureSettings
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ExposureSettings> |
CREATOR |
int |
maxExpousre
Maximum allowable exposure setting for the Imager.
|
int |
maxGain
Maximum allowable gain for the Imager.
|
int |
targetAcceptGap
Target acceptcap value.
|
int |
targetPercentile
Target Percentile value.
|
int |
targetValue
Target white value.
|
| Constructor and Description |
|---|
ExposureSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
readFromParcel(android.os.Parcel in) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public int maxExpousre
public int maxGain
public int targetValue
public int targetPercentile
public int targetAcceptGap
public static final android.os.Parcelable.Creator<ExposureSettings> CREATOR
public void readFromParcel(android.os.Parcel in)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable