public class CameraState
extends ImglySettings
| Modifier and Type | Class and Description |
|---|---|
static class |
CameraState.Event |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
|
CameraState() |
protected |
CameraState(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
CameraFacing |
getCameraFacing() |
FlashMode |
getFlashMode() |
boolean |
hasNonDefaults() |
boolean |
isHDROn() |
void |
notifyFilterPanelClose() |
void |
notifyFilterPanelOpen() |
void |
notifyIsReady() |
void |
notifyPhotoRollCanceled() |
void |
notifyPhotoRollOpen() |
void |
notifyPictureTake() |
void |
notifyPictureTaken() |
void |
setCameraFacing(CameraFacing cameraFacing) |
void |
setFlashMode(FlashMode flashMode) |
void |
setIsHDROn(boolean isHDR) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public CameraState()
protected CameraState(android.os.Parcel in)
public boolean isHDROn()
public FlashMode getFlashMode()
public CameraFacing getCameraFacing()
public void setCameraFacing(CameraFacing cameraFacing)
public void setFlashMode(FlashMode flashMode)
public void setIsHDROn(boolean isHDR)
public void notifyIsReady()
public void notifyFilterPanelOpen()
public void notifyFilterPanelClose()
public void notifyPictureTake()
public void notifyPictureTaken()
public void notifyPhotoRollOpen()
public void notifyPhotoRollCanceled()
public int describeContents()
public void writeToParcel(android.os.Parcel dest,
int flags)
public boolean hasNonDefaults()