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.
Value: The macro mode.public final int getSelfTimer()
Gets the self timer.
Value: The self timer.public final int getQuality()
Gets the quality.
Value: The quality.public final int getCanonFlashMode()
Gets the canon flash mode.
Value: The canon flash mode.public final int getContinuousDrive()
Gets the continuous drive.
Value: The continuous drive.public final int getFocusMode()
Gets the focus mode.
Value: The focus mode.public final int getRecordMode()
Gets the record mode.
Value: The record mode.public final int getCanonImageSize()
Gets the size of the canon image.
Value: The size of the canon image.public final int getEasyMode()
Gets the easy mode.
Value: The easy mode.public final int getDigitalZoom()
Gets the digital zoom.
Value: The digital zoom.public final int getContrast()
Gets the contrast.
Value: The contrast.public final int getSaturation()
Gets the saturation.
Value: The saturation.public final int getSharpness()
Gets the sharpness.
Value: The sharpness.public final int getCameraISO()
Gets the camera iso.
Value: The camera iso.public final int getMeteringMode()
Gets the metering mode.
Value: The metering mode.public final int getFocusRange()
Gets the focus range.
Value: The focus range.public final int getAFPoint()
Gets the AFPoint.
Value: The AFPoint.public final int getCanonExposureMode()
Gets the canon exposure mode.
Value: The canon exposure mode.public final int getLensType()
Gets the type of the lens.
Value: The type of the lens.public final int getMaxFocalLength()
Gets the maximum length of the focal.
Value: The maximum length of the focal.public final int getMinFocalLength()
Gets the minimum length of the focal.
Value: The minimum length of the focal.public final int getImageStabilization()
Gets the image stabilization.
Value: The image stabilization.public final int[] getValues()
Gets all values.
Value: The values.Copyright © 2017. All rights reserved.