C# Class android.hardware.Camera.Parameters

Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
flatten ( ) : global::java.lang.String
get ( java arg0 ) : global::java.lang.String
getAntibanding ( ) : global::java.lang.String
getColorEffect ( ) : global::java.lang.String
getExposureCompensation ( ) : int
getExposureCompensationStep ( ) : float
getFlashMode ( ) : global::java.lang.String
getFocalLength ( ) : float
getFocusMode ( ) : global::java.lang.String
getHorizontalViewAngle ( ) : float
getInt ( java arg0 ) : int
getJpegQuality ( ) : int
getJpegThumbnailQuality ( ) : int
getJpegThumbnailSize ( ) : global::android.hardware.Camera.Size
getMaxExposureCompensation ( ) : int
getMaxZoom ( ) : int
getMinExposureCompensation ( ) : int
getPictureFormat ( ) : int
getPictureSize ( ) : global::android.hardware.Camera.Size
getPreviewFormat ( ) : int
getPreviewFrameRate ( ) : int
getPreviewSize ( ) : global::android.hardware.Camera.Size
getSceneMode ( ) : global::java.lang.String
getSupportedAntibanding ( ) : global::java.util.List
getSupportedColorEffects ( ) : global::java.util.List
getSupportedFlashModes ( ) : global::java.util.List
getSupportedFocusModes ( ) : global::java.util.List
getSupportedJpegThumbnailSizes ( ) : global::java.util.List
getSupportedPictureFormats ( ) : global::java.util.List
getSupportedPictureSizes ( ) : global::java.util.List
getSupportedPreviewFormats ( ) : global::java.util.List
getSupportedPreviewFrameRates ( ) : global::java.util.List
getSupportedPreviewSizes ( ) : global::java.util.List
getSupportedSceneModes ( ) : global::java.util.List
getSupportedWhiteBalance ( ) : global::java.util.List
getVerticalViewAngle ( ) : float
getWhiteBalance ( ) : global::java.lang.String
getZoom ( ) : int
getZoomRatios ( ) : global::java.util.List
isSmoothZoomSupported ( ) : bool
isZoomSupported ( ) : bool
remove ( java arg0 ) : void
removeGpsData ( ) : void
set ( java arg0, int arg1 ) : void
set ( java arg0, java arg1 ) : void
setAntibanding ( java arg0 ) : void
setColorEffect ( java arg0 ) : void
setExposureCompensation ( int arg0 ) : void
setFlashMode ( java arg0 ) : void
setFocusMode ( java arg0 ) : void
setGpsAltitude ( double arg0 ) : void
setGpsLatitude ( double arg0 ) : void
setGpsLongitude ( double arg0 ) : void
setGpsProcessingMethod ( java arg0 ) : void
setGpsTimestamp ( long arg0 ) : void
setJpegQuality ( int arg0 ) : void
setJpegThumbnailQuality ( int arg0 ) : void
setJpegThumbnailSize ( int arg0, int arg1 ) : void
setPictureFormat ( int arg0 ) : void
setPictureSize ( int arg0, int arg1 ) : void
setPreviewFormat ( int arg0 ) : void
setPreviewFrameRate ( int arg0 ) : void
setPreviewSize ( int arg0, int arg1 ) : void
setRotation ( int arg0 ) : void
setSceneMode ( java arg0 ) : void
setWhiteBalance ( java arg0 ) : void
setZoom ( int arg0 ) : void
unflatten ( java arg0 ) : void

Méthodes protégées

Méthode Description
Parameters ( global @__env )

Private Methods

Méthode Description
Parameters ( )

Method Details

Parameters() protected méthode

protected Parameters ( global @__env )
@__env global

flatten() public méthode

public flatten ( ) : global::java.lang.String
Résultat global::java.lang.String

get() public méthode

public get ( java arg0 ) : global::java.lang.String
arg0 java
Résultat global::java.lang.String

getAntibanding() public méthode

public getAntibanding ( ) : global::java.lang.String
Résultat global::java.lang.String

getColorEffect() public méthode

public getColorEffect ( ) : global::java.lang.String
Résultat global::java.lang.String

getExposureCompensation() public méthode

public getExposureCompensation ( ) : int
Résultat int

getExposureCompensationStep() public méthode

public getExposureCompensationStep ( ) : float
Résultat float

getFlashMode() public méthode

public getFlashMode ( ) : global::java.lang.String
Résultat global::java.lang.String

getFocalLength() public méthode

public getFocalLength ( ) : float
Résultat float

getFocusMode() public méthode

public getFocusMode ( ) : global::java.lang.String
Résultat global::java.lang.String

getHorizontalViewAngle() public méthode

public getHorizontalViewAngle ( ) : float
Résultat float

getInt() public méthode

public getInt ( java arg0 ) : int
arg0 java
Résultat int

getJpegQuality() public méthode

public getJpegQuality ( ) : int
Résultat int

getJpegThumbnailQuality() public méthode

public getJpegThumbnailQuality ( ) : int
Résultat int

getJpegThumbnailSize() public méthode

public getJpegThumbnailSize ( ) : global::android.hardware.Camera.Size
Résultat global::android.hardware.Camera.Size

getMaxExposureCompensation() public méthode

public getMaxExposureCompensation ( ) : int
Résultat int

getMaxZoom() public méthode

public getMaxZoom ( ) : int
Résultat int

getMinExposureCompensation() public méthode

public getMinExposureCompensation ( ) : int
Résultat int

getPictureFormat() public méthode

public getPictureFormat ( ) : int
Résultat int

getPictureSize() public méthode

public getPictureSize ( ) : global::android.hardware.Camera.Size
Résultat global::android.hardware.Camera.Size

getPreviewFormat() public méthode

public getPreviewFormat ( ) : int
Résultat int

getPreviewFrameRate() public méthode

public getPreviewFrameRate ( ) : int
Résultat int

getPreviewSize() public méthode

public getPreviewSize ( ) : global::android.hardware.Camera.Size
Résultat global::android.hardware.Camera.Size

getSceneMode() public méthode

public getSceneMode ( ) : global::java.lang.String
Résultat global::java.lang.String

getSupportedAntibanding() public méthode

public getSupportedAntibanding ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedColorEffects() public méthode

public getSupportedColorEffects ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedFlashModes() public méthode

public getSupportedFlashModes ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedFocusModes() public méthode

public getSupportedFocusModes ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedJpegThumbnailSizes() public méthode

public getSupportedJpegThumbnailSizes ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedPictureFormats() public méthode

public getSupportedPictureFormats ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedPictureSizes() public méthode

public getSupportedPictureSizes ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedPreviewFormats() public méthode

public getSupportedPreviewFormats ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedPreviewFrameRates() public méthode

public getSupportedPreviewFrameRates ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedPreviewSizes() public méthode

public getSupportedPreviewSizes ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedSceneModes() public méthode

public getSupportedSceneModes ( ) : global::java.util.List
Résultat global::java.util.List

getSupportedWhiteBalance() public méthode

public getSupportedWhiteBalance ( ) : global::java.util.List
Résultat global::java.util.List

getVerticalViewAngle() public méthode

public getVerticalViewAngle ( ) : float
Résultat float

getWhiteBalance() public méthode

public getWhiteBalance ( ) : global::java.lang.String
Résultat global::java.lang.String

getZoom() public méthode

public getZoom ( ) : int
Résultat int

getZoomRatios() public méthode

public getZoomRatios ( ) : global::java.util.List
Résultat global::java.util.List

isSmoothZoomSupported() public méthode

public isSmoothZoomSupported ( ) : bool
Résultat bool

isZoomSupported() public méthode

public isZoomSupported ( ) : bool
Résultat bool

remove() public méthode

public remove ( java arg0 ) : void
arg0 java
Résultat void

removeGpsData() public méthode

public removeGpsData ( ) : void
Résultat void

set() public méthode

public set ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Résultat void

set() public méthode

public set ( java arg0, java arg1 ) : void
arg0 java
arg1 java
Résultat void

setAntibanding() public méthode

public setAntibanding ( java arg0 ) : void
arg0 java
Résultat void

setColorEffect() public méthode

public setColorEffect ( java arg0 ) : void
arg0 java
Résultat void

setExposureCompensation() public méthode

public setExposureCompensation ( int arg0 ) : void
arg0 int
Résultat void

setFlashMode() public méthode

public setFlashMode ( java arg0 ) : void
arg0 java
Résultat void

setFocusMode() public méthode

public setFocusMode ( java arg0 ) : void
arg0 java
Résultat void

setGpsAltitude() public méthode

public setGpsAltitude ( double arg0 ) : void
arg0 double
Résultat void

setGpsLatitude() public méthode

public setGpsLatitude ( double arg0 ) : void
arg0 double
Résultat void

setGpsLongitude() public méthode

public setGpsLongitude ( double arg0 ) : void
arg0 double
Résultat void

setGpsProcessingMethod() public méthode

public setGpsProcessingMethod ( java arg0 ) : void
arg0 java
Résultat void

setGpsTimestamp() public méthode

public setGpsTimestamp ( long arg0 ) : void
arg0 long
Résultat void

setJpegQuality() public méthode

public setJpegQuality ( int arg0 ) : void
arg0 int
Résultat void

setJpegThumbnailQuality() public méthode

public setJpegThumbnailQuality ( int arg0 ) : void
arg0 int
Résultat void

setJpegThumbnailSize() public méthode

public setJpegThumbnailSize ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setPictureFormat() public méthode

public setPictureFormat ( int arg0 ) : void
arg0 int
Résultat void

setPictureSize() public méthode

public setPictureSize ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setPreviewFormat() public méthode

public setPreviewFormat ( int arg0 ) : void
arg0 int
Résultat void

setPreviewFrameRate() public méthode

public setPreviewFrameRate ( int arg0 ) : void
arg0 int
Résultat void

setPreviewSize() public méthode

public setPreviewSize ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setRotation() public méthode

public setRotation ( int arg0 ) : void
arg0 int
Résultat void

setSceneMode() public méthode

public setSceneMode ( java arg0 ) : void
arg0 java
Résultat void

setWhiteBalance() public méthode

public setWhiteBalance ( java arg0 ) : void
arg0 java
Résultat void

setZoom() public méthode

public setZoom ( int arg0 ) : void
arg0 int
Résultat void

unflatten() public méthode

public unflatten ( java arg0 ) : void
arg0 java
Résultat void