public final class CanonCameraSettings extends Object
Represents Canon camera settings.
Modifier and Type | Method and Description |
---|---|
int |
getAFPoint()
Gets the AFPoint.
|
int |
getCameraISO()
Gets the camera iso.
|
int |
getCanonExposureMode()
Gets the canon exposure mode.
|
int |
getCanonFlashMode()
Gets the canon flash mode.
|
int |
getCanonImageSize()
Gets the size of the canon image.
|
int |
getContinuousDrive()
Gets the continuous drive.
|
int |
getContrast()
Gets the contrast.
|
int |
getDigitalZoom()
Gets the digital zoom.
|
int |
getEasyMode()
Gets the easy mode.
|
int |
getFocusMode()
Gets the focus mode.
|
int |
getFocusRange()
Gets the focus range.
|
int |
getImageStabilization()
Gets the image stabilization.
|
int |
getLensType()
Gets the type of the lens.
|
int |
getMacroMode()
Gets the macro mode.
|
int |
getMaxFocalLength()
Gets the maximum length of the focal.
|
int |
getMeteringMode()
Gets the metering mode.
|
int |
getMinFocalLength()
Gets the minimum length of the focal.
|
int |
getQuality()
Gets the quality.
|
int |
getRecordMode()
Gets the record mode.
|
int |
getSaturation()
Gets the saturation.
|
int |
getSelfTimer()
Gets the self timer.
|
int |
getSharpness()
Gets the sharpness.
|
int[] |
getValues()
Gets all values.
|
public final int getMacroMode()
Gets the macro mode.
public final int getSelfTimer()
Gets the self timer.
public final int getQuality()
Gets the quality.
public final int getCanonFlashMode()
Gets the canon flash mode.
public final int getContinuousDrive()
Gets the continuous drive.
public final int getFocusMode()
Gets the focus mode.
public final int getRecordMode()
Gets the record mode.
public final int getCanonImageSize()
Gets the size of the canon image.
public final int getEasyMode()
Gets the easy mode.
public final int getDigitalZoom()
Gets the digital zoom.
public final int getContrast()
Gets the contrast.
public final int getSaturation()
Gets the saturation.
public final int getSharpness()
Gets the sharpness.
public final int getCameraISO()
Gets the camera iso.
public final int getMeteringMode()
Gets the metering mode.
public final int getFocusRange()
Gets the focus range.
public final int getAFPoint()
Gets the AFPoint.
public final int getCanonExposureMode()
Gets the canon exposure mode.
public final int getLensType()
Gets the type of the lens.
public final int getMaxFocalLength()
Gets the maximum length of the focal.
public final int getMinFocalLength()
Gets the minimum length of the focal.
public final int getImageStabilization()
Gets the image stabilization.
public final int[] getValues()
Gets all values.
Copyright © 2019. All rights reserved.